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
#!/bin/bash | |
# ----------- | |
# Defaults | |
# ----------- | |
SERVICE_PROJECT=service | |
ADMIN_PROJECT=admin | |
DEMO_PROJECT=demo |
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
HOST_IP=192.168.56.110 | |
SERVICE_TOKEN=999888777666 | |
ADMIN_PASSWORD=Stackers0 | |
SERVICE_PASSWORD=$ADMIN_PASSWORD | |
MYSQL_PASSWORD=$ADMIN_PASSWORD | |
RABBIT_PASSWORD=$ADMIN_PASSWORD | |
disable_all_services |
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
--- generator.py.org 2014-12-08 09:54:27.803765216 +0900 | |
+++ generator.py 2014-12-08 09:46:15.079748119 +0900 | |
@@ -45,13 +45,12 @@ | |
MULTISTROPT = "MultiStrOpt" | |
OPT_TYPES = { | |
- STROPT: 'string value', | |
- BOOLOPT: 'boolean value', | |
- INTOPT: 'integer value', | |
- FLOATOPT: 'floating point value', |
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
--- generator.py.org 2014-12-05 09:13:38.000000000 +0900 | |
+++ generator.py 2014-12-08 09:52:24.611760942 +0900 | |
@@ -45,13 +45,13 @@ | |
MULTISTROPT = "MultiStrOpt" | |
OPT_TYPES = { | |
- STROPT: 'string value', | |
- BOOLOPT: 'boolean value', | |
- INTOPT: 'integer value', | |
- FLOATOPT: 'floating point value', |
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
#!/bin/bash | |
# ----------- | |
# Defaults | |
# ----------- | |
SERVICE_PROJECT=service | |
ADMIN_PROJECT=admin | |
DEMO_PROJECT=demo | |
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
HOST_IP=192.168.56.124 | |
SERVICE_TOKEN=999888777666 | |
ADMIN_PASSWORD=passw0rd | |
SERVICE_PASSWORD=$ADMIN_PASSWORD | |
MYSQL_PASSWORD=$ADMIN_PASSWORD | |
RABBIT_PASSWORD=$ADMIN_PASSWORD | |
disable_all_services |
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
#!/bin/bash | |
# -------- | |
# Defaults | |
# -------- | |
SERVICE_TENANT_NAME=service | |
ADMIN_ROLE_NAME=admin | |
ADMIN_TENANT_NAME=admin |
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
sudo sed -E "s/^#?(member_role_id = ).*/\1`uuidgen | tr -d '-'`/g" /etc/keystone/keystone.conf |
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
#!/bin/bash | |
# -------- | |
# Defaults | |
# -------- | |
ADMIN_PASSWORD=${ADMIN_PASSWORD:-secret} | |
SERVICE_PASSWORD=${SERVICE_PASSWORD:-$ADMIN_PASSWORD} | |
export SERVICE_TOKEN=ADMIN | |
export SERVICE_ENDPOINT=http://127.0.0.1:35357/v2.0 |
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
HOST_IP=192.168.56.101 | |
ADMIN_PASSWORD=y7u8i9YUI | |
MYSQL_PASSWORD=$ADMIN_PASSWORD | |
RABBIT_PASSWORD=$ADMIN_PASSWORD | |
SERVICE_PASSWORD=$ADMIN_PASSWORD | |
SERVICE_TOKEN=99988777666 | |
disable_service n-obj | |
disable_service n-net | |
enable_service q-svc |
NewerOlder