Last active
December 22, 2015 19:39
Revisions
-
amotoki revised this gist
Dec 15, 2013 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ # To use nova-network, comment out the following PRIVATE_NETWORK_NAME=net1 PUBLIC_NETWORK_NAME=ext_net Q_PLUGIN=ml2 disable_service n-net enable_service neutron q-svc q-agt enable_service q-dhcp @@ -39,9 +39,9 @@ LOGDIR=$DEST/logs SCREEN_LOGDIR=$LOGDIR SCREEN_HARDSTATUS="%{= rw} %H %{= wk} %L=%-w%{= bw}%30L> %n%f %t*%{= wk}%+Lw%-17< %-=%{= gk} %y/%m /%d %c" LOGFILE=$LOGDIR/devstack.log #LOG_COLOR=False ADMIN_PASSWORD=samplepass MYSQL_PASSWORD=stackdb RABBIT_PASSWORD=stackqueue SERVICE_PASSWORD=$ADMIN_PASSWORD -
amotoki revised this gist
Dec 15, 2013 . 1 changed file with 13 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -16,9 +16,19 @@ enable_service q-vpn enable_service heat h-api h-api-cfn h-api-cw h-eng # Ceilometer enable_service ceilometer-acompute ceilometer-acentral ceilometer-collector ceilometer-api CEILOMETER_BACKEND=mongo # Swift enable_service s-proxy s-object s-container s-account # Database backend #disable_service mysql #enable_service postgresql # Disable default enabled services #disable_service cinder c-sch c-api c-vol #disable_service tempest #disable_service horizon # Keystone #KEYSTONE_TOKEN_FORMAT=UUID @@ -37,5 +47,8 @@ RABBIT_PASSWORD=stackqueue SERVICE_PASSWORD=$ADMIN_PASSWORD SERVICE_TOKEN=xyzpdqlazydog IMAGE_URLS=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz IMAGE_URLS+=,http://openvswitch.org/tty-quantum.tgz #OFFLINE=True #RECLONE=True -
amotoki revised this gist
Sep 28, 2013 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -16,6 +16,8 @@ enable_service q-vpn enable_service heat h-api h-api-cfn h-api-cw h-eng # Ceilometer enable_service ceilometer-acompute ceilometer-acentral ceilometer-collector ceilometer-api # Swift enable_service s-proxy s-object s-container s-account # Keystone #KEYSTONE_TOKEN_FORMAT=UUID -
amotoki created this gist
Sep 11, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,39 @@ # Neutron # To use nova-network, comment out the following PRIVATE_NETWORK_NAME=net1 PUBLIC_NETWORK_NAME=ext_net Q_PLUGIN=openvswitch disable_service n-net enable_service neutron q-svc q-agt enable_service q-dhcp enable_service q-l3 enable_service q-meta enable_service q-lbaas enable_service q-fwaas enable_service q-vpn # Heat enable_service heat h-api h-api-cfn h-api-cw h-eng # Ceilometer enable_service ceilometer-acompute ceilometer-acentral ceilometer-collector ceilometer-api # Keystone #KEYSTONE_TOKEN_FORMAT=UUID #----------------------------- # Devstack configurations #----------------------------- LOGDIR=$DEST/logs SCREEN_LOGDIR=$LOGDIR SCREEN_HARDSTATUS="%{= rw} %H %{= wk} %L=%-w%{= bw}%30L> %n%f %t*%{= wk}%+Lw%-17< %-=%{= gk} %y/%m /%d %c" LOGFILE=$LOGDIR/devstack.log LOG_COLOR=False ADMIN_PASSWORD=pass MYSQL_PASSWORD=stackdb RABBIT_PASSWORD=stackqueue SERVICE_PASSWORD=$ADMIN_PASSWORD SERVICE_TOKEN=xyzpdqlazydog #OFFLINE=True #RECLONE=True