Changes between Version 61 and Version 62 of Tutorials/Cloud/OSM


Ignore:
Timestamp:
Oct 15, 2020, 5:51:38 PM (4 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/OSM

    v61 v62  
    128128You will need the Host IP address, Horizon and Keystone URLs, and user and password in the following steps.
    129129
     130If you want to customize your devstack installation, you can modify the file local.conf prior to running stack.sh.
     131
     132{{{#!shell
     133[[local|localrc]]
     134ADMIN_PASSWORD=native
     135DATABASE_PASSWORD=$ADMIN_PASSWORD
     136RABBIT_PASSWORD=$ADMIN_PASSWORD
     137SERVICE_PASSWORD=$ADMIN_PASSWORD
     138
     139HOST_IP=10.19.1.2
     140SERVICE_HOST=$HOST_IP
     141MYSQL_HOST=$HOST_IP
     142RABBIT_HOST=$HOST_IP
     143
     144#Check out latest commits
     145RECLONE=True
     146#upgrade python
     147PIP_UPGRADE=True
     148
     149##Uncomment to Customize VNC
     150#NOVA_VNC_ENABLED=True
     151#VNCSERVER_LISTEN=0.0.0.0
     152#VNCSERVER_PROXYCLIENT_ADDRESS=$SERVICE_HOST
     153##use for ssh forwarding
     154#NOVNCRPROXY_BASE_URL=http://127.0.0.1:6080/vnc_auto.html
     155
     156##Uncomment to enable Spice, comment VNC section
     157#NOVA_VNC_ENABLED=False
     158#NOVA_SPICE_ENABLED=True
     159#SPICEAGENT_ENABLED=True
     160#enable_service n-spice
     161#disable_service n-novnc
     162#html5proxy_base_url=http://127.0.0.1:6082/spice_auto.html
     163}}}
     164
     165
    130166[[CollapsibleStart(From Scratch)]]
    131167Follow https://docs.openstack.org/devstack/latest/guides/single-machine.html