Created
June 25, 2019 17:42
-
-
Save dtroyer/984ee6b415cfb14f6a0f3cc31d524e10 to your computer and use it in GitHub Desktop.
StarlingX & DevStack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # local.conf base | |
| [[local|localrc]] | |
| USE_PYTHON3=True | |
| # Services | |
| enable_service placement-api | |
| disable_service h-eng h-api h-api-cfn h-api-cw | |
| disable_service horizon | |
| #enable_service s-proxy s-object s-container s-account | |
| #disable_service tempest | |
| enable_service q-qos | |
| # PostgreSQL | |
| #disable_service mysql | |
| #enable_service postgresql | |
| ADMIN_PASSWORD=0penstack | |
| DEFAULT_INSTANCE_TYPE=m1.micro | |
| LOGDAYS=1 | |
| LOGFILE=$DEST/logs/stack.sh.log | |
| DATABASE_PASSWORD=superstack | |
| RABBIT_PASSWORD=superstack | |
| RECLONE=yes | |
| SCREEN_LOGDIR=$DEST/logs/screen | |
| SERVICE_PASSWORD=$ADMIN_PASSWORD | |
| SERVICE_TOKEN=cd0d1a03-b701-4fcb-801a-8b4d0bc3d06e | |
| SWIFT_HASH=8213897fads879789asdf789 | |
| SYSLOG=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # local.conf StarlingX | |
| [[local|localrc]] | |
| USE_PYTHON3=True | |
| # STX Nova stable branch | |
| NOVA_REPO=https://github.com/gerrykopec/stx-nova.git | |
| NOVA_BRANCH=numa_live_migration | |
| # update plugin | |
| enable_plugin update https://opendev.org/starlingx/update | |
| #enable_plugin update file:///opt/stack/update devstack | |
| #enable_plugin update https://review.opendev.org/starlingx/update refs/changes/64/653964/3 | |
| enable_service tsconfig sw-patch | |
| # integ plugin | |
| enable_plugin integ https://opendev.org/starlingx/integ | |
| #enable_plugin integ https://review.opendev.org/starlingx/integ refs/changes/47/638247/2 | |
| #enable_plugin integ file:///opt/stack/integ devstack | |
| # fault plugin | |
| #enable_plugin fault https://opendev.org/starlingx/fault | |
| #enable_plugin fault file:///opt/stack/fault devstack | |
| enable_plugin fault https://review.opendev.org/starlingx/fault refs/changes/78/648778/13 | |
| enable_service fm-common fm-api fm-mgr fm-rest-api fm-client | |
| # config plugin | |
| #enable_plugin config https://opendev.org/starlingx/config.git | |
| #enable_plugin config file:///opt/stack/config devstack | |
| #enable_service cgtsclient sysinv sysinv-api sysinv-cond | |
| # Turn off these services when not needed | |
| #disable_service q-svc q-agt q-dhcp q-l3 q-meta q-qos | |
| #disable_service n-api n-cpu n-cond n-sch n-novnc n-cauth n-api-meta placement-api placement-client | |
| #disable_service g-api g-reg c-sch c-api c-vol | |
| # Services | |
| enable_service placement-api | |
| disable_service h-eng h-api h-api-cfn h-api-cw | |
| disable_service horizon | |
| #enable_service s-proxy s-object s-container s-account | |
| #disable_service tempest | |
| enable_service q-qos | |
| # PostgreSQL | |
| disable_service mysql | |
| enable_service postgresql | |
| ADMIN_PASSWORD=0penstack | |
| DEFAULT_INSTANCE_TYPE=m1.micro | |
| LOGDAYS=1 | |
| LOGFILE=$DEST/logs/stack.sh.log | |
| DATABASE_PASSWORD=superstack | |
| RABBIT_PASSWORD=superstack | |
| RECLONE=yes | |
| SCREEN_LOGDIR=$DEST/logs/screen | |
| SERVICE_PASSWORD=$ADMIN_PASSWORD | |
| SERVICE_TOKEN=cd0d1a03-b701-4fcb-801a-8b4d0bc3d06e | |
| SWIFT_HASH=8213897fads879789asdf789 | |
| SYSLOG=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment