Changes between Version 19 and Version 20 of Tutorials/m0SDN/OpenStack


Ignore:
Timestamp:
Jun 12, 2023, 4:26:44 AM (13 months ago)
Author:
jlaxman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/OpenStack

    v19 v20  
    35355. Switch to the Stack User:
    3636{{{sudo su stack}}}
     37
     38
    3739{{{cd ~}}}
    38406. Clone the DevStack Repository (as the Stack User):
     
    40427. Remove the Existing Python 3 Pip Package (if present and Download and Install the Latest Python 3 Pip Package:
    4143{{{sudo apt remove python3-pip}}}
     44
     45
    4246{{{wget https://bootstrap.pypa.io/get-pip.py}}}
     47
     48
    4349{{{sudo python3 get-pip.py}}}
     50
    44518. Install a Specific Version of the Cryptography Package(there is version conflict with the OpenSSL package automatic installed by dev stack so better install the this below version) :
    4552{{{pip install cryptography==38.0.4}}}
    46539. Configure and setup local.conf in dev stack folder according to requirement (either the controller or compute node):
     54
    4755{{{cd devstack/samples }}}
     56
     57
    4858{{{cp local.conf ../}}}
     59
     60
    4961{{{cd ../}}}
    5062