diff --git a/stackrc b/stackrc index 7ce6c513b0..e8465d549a 100644 --- a/stackrc +++ b/stackrc @@ -195,7 +195,7 @@ GIT_TIMEOUT=${GIT_TIMEOUT:-0} # Base GIT Repo URL # Another option is https://git.openstack.org -GIT_BASE=${GIT_BASE:-git://git.openstack.org} +GIT_BASE=${GIT_BASE:-https://github.com} # The location of REQUIREMENTS once cloned REQUIREMENTS_DIR=$DEST/requirements @@ -224,35 +224,35 @@ REQUIREMENTS_DIR=$DEST/requirements ############## # block storage service -CINDER_REPO=${CINDER_REPO:-${GIT_BASE}/openstack/cinder.git} +CINDER_REPO=${CINDER_REPO:-${GIT_BASE}/serrollc/cinder.git} CINDER_BRANCH=${CINDER_BRANCH:-master} # image catalog service -GLANCE_REPO=${GLANCE_REPO:-${GIT_BASE}/openstack/glance.git} +GLANCE_REPO=${GLANCE_REPO:-${GIT_BASE}/serrollc/glance.git} GLANCE_BRANCH=${GLANCE_BRANCH:-master} # django powered web control panel for openstack -HORIZON_REPO=${HORIZON_REPO:-${GIT_BASE}/openstack/horizon.git} +HORIZON_REPO=${HORIZON_REPO:-${GIT_BASE}/serrollc/horizon.git} HORIZON_BRANCH=${HORIZON_BRANCH:-master} # unified auth system (manages accounts/tokens) -KEYSTONE_REPO=${KEYSTONE_REPO:-${GIT_BASE}/openstack/keystone.git} +KEYSTONE_REPO=${KEYSTONE_REPO:-${GIT_BASE}/serrollc/keystone.git} KEYSTONE_BRANCH=${KEYSTONE_BRANCH:-master} # neutron service -NEUTRON_REPO=${NEUTRON_REPO:-${GIT_BASE}/openstack/neutron.git} +NEUTRON_REPO=${NEUTRON_REPO:-${GIT_BASE}/serrollc/neutron.git} NEUTRON_BRANCH=${NEUTRON_BRANCH:-master} # neutron fwaas service -NEUTRON_FWAAS_REPO=${NEUTRON_FWAAS_REPO:-${GIT_BASE}/openstack/neutron-fwaas.git} +NEUTRON_FWAAS_REPO=${NEUTRON_FWAAS_REPO:-${GIT_BASE}/serrollc/neutron-fwaas.git} NEUTRON_FWAAS_BRANCH=${NEUTRON_FWAAS_BRANCH:-master} # compute service -NOVA_REPO=${NOVA_REPO:-${GIT_BASE}/openstack/nova.git} +NOVA_REPO=${NOVA_REPO:-${GIT_BASE}/serrollc/nova.git} NOVA_BRANCH=${NOVA_BRANCH:-master} # object storage service -SWIFT_REPO=${SWIFT_REPO:-${GIT_BASE}/openstack/swift.git} +SWIFT_REPO=${SWIFT_REPO:-${GIT_BASE}/serrollc/swift.git} SWIFT_BRANCH=${SWIFT_BRANCH:-master} ############## @@ -262,11 +262,11 @@ SWIFT_BRANCH=${SWIFT_BRANCH:-master} ############## # consolidated openstack requirements -REQUIREMENTS_REPO=${REQUIREMENTS_REPO:-${GIT_BASE}/openstack/requirements.git} +REQUIREMENTS_REPO=${REQUIREMENTS_REPO:-${GIT_BASE}/serrollc/requirements.git} REQUIREMENTS_BRANCH=${REQUIREMENTS_BRANCH:-master} # Tempest test suite -TEMPEST_REPO=${TEMPEST_REPO:-${GIT_BASE}/openstack/tempest.git} +TEMPEST_REPO=${TEMPEST_REPO:-${GIT_BASE}/serrollc/tempest.git} TEMPEST_BRANCH=${TEMPEST_BRANCH:-master} @@ -278,45 +278,45 @@ TEMPEST_BRANCH=${TEMPEST_BRANCH:-master} ############## # volume client -GITREPO["python-cinderclient"]=${CINDERCLIENT_REPO:-${GIT_BASE}/openstack/python-cinderclient.git} +GITREPO["python-cinderclient"]=${CINDERCLIENT_REPO:-${GIT_BASE}/serrollc/python-cinderclient.git} GITBRANCH["python-cinderclient"]=${CINDERCLIENT_BRANCH:-master} # os-brick client for local volume attachement -GITREPO["python-brick-cinderclient-ext"]=${BRICK_CINDERCLIENT_REPO:-${GIT_BASE}/openstack/python-brick-cinderclient-ext.git} +GITREPO["python-brick-cinderclient-ext"]=${BRICK_CINDERCLIENT_REPO:-${GIT_BASE}/serrollc/python-brick-cinderclient-ext.git} GITBRANCH["python-brick-cinderclient-ext"]=${BRICK_CINDERCLIENT_BRANCH:-master} # python glance client library -GITREPO["python-glanceclient"]=${GLANCECLIENT_REPO:-${GIT_BASE}/openstack/python-glanceclient.git} +GITREPO["python-glanceclient"]=${GLANCECLIENT_REPO:-${GIT_BASE}/serrollc/python-glanceclient.git} GITBRANCH["python-glanceclient"]=${GLANCECLIENT_BRANCH:-master} # ironic client -GITREPO["python-ironicclient"]=${IRONICCLIENT_REPO:-${GIT_BASE}/openstack/python-ironicclient.git} +GITREPO["python-ironicclient"]=${IRONICCLIENT_REPO:-${GIT_BASE}/serrollc/python-ironicclient.git} GITBRANCH["python-ironicclient"]=${IRONICCLIENT_BRANCH:-master} # ironic plugin is out of tree, but nova uses it. set GITDIR here. GITDIR["python-ironicclient"]=$DEST/python-ironicclient # the base authentication plugins that clients use to authenticate -GITREPO["keystoneauth"]=${KEYSTONEAUTH_REPO:-${GIT_BASE}/openstack/keystoneauth.git} +GITREPO["keystoneauth"]=${KEYSTONEAUTH_REPO:-${GIT_BASE}/serrollc/keystoneauth.git} GITBRANCH["keystoneauth"]=${KEYSTONEAUTH_BRANCH:-master} # python keystone client library to nova that horizon uses -GITREPO["python-keystoneclient"]=${KEYSTONECLIENT_REPO:-${GIT_BASE}/openstack/python-keystoneclient.git} +GITREPO["python-keystoneclient"]=${KEYSTONECLIENT_REPO:-${GIT_BASE}/serrollc/python-keystoneclient.git} GITBRANCH["python-keystoneclient"]=${KEYSTONECLIENT_BRANCH:-master} # neutron client -GITREPO["python-neutronclient"]=${NEUTRONCLIENT_REPO:-${GIT_BASE}/openstack/python-neutronclient.git} +GITREPO["python-neutronclient"]=${NEUTRONCLIENT_REPO:-${GIT_BASE}/serrollc/python-neutronclient.git} GITBRANCH["python-neutronclient"]=${NEUTRONCLIENT_BRANCH:-master} # python client library to nova that horizon (and others) use -GITREPO["python-novaclient"]=${NOVACLIENT_REPO:-${GIT_BASE}/openstack/python-novaclient.git} +GITREPO["python-novaclient"]=${NOVACLIENT_REPO:-${GIT_BASE}/serrollc/python-novaclient.git} GITBRANCH["python-novaclient"]=${NOVACLIENT_BRANCH:-master} # python swift client library -GITREPO["python-swiftclient"]=${SWIFTCLIENT_REPO:-${GIT_BASE}/openstack/python-swiftclient.git} +GITREPO["python-swiftclient"]=${SWIFTCLIENT_REPO:-${GIT_BASE}/serrollc/python-swiftclient.git} GITBRANCH["python-swiftclient"]=${SWIFTCLIENT_BRANCH:-master} # consolidated openstack python client -GITREPO["python-openstackclient"]=${OPENSTACKCLIENT_REPO:-${GIT_BASE}/openstack/python-openstackclient.git} +GITREPO["python-openstackclient"]=${OPENSTACKCLIENT_REPO:-${GIT_BASE}/serrollc/python-openstackclient.git} GITBRANCH["python-openstackclient"]=${OPENSTACKCLIENT_BRANCH:-master} # this doesn't exist in a lib file, so set it here GITDIR["python-openstackclient"]=$DEST/python-openstackclient @@ -330,115 +330,115 @@ GITDIR["python-openstackclient"]=$DEST/python-openstackclient ################### # cliff command line framework -GITREPO["cliff"]=${CLIFF_REPO:-${GIT_BASE}/openstack/cliff.git} +GITREPO["cliff"]=${CLIFF_REPO:-${GIT_BASE}/serrollc/cliff.git} GITBRANCH["cliff"]=${CLIFF_BRANCH:-master} # async framework/helpers -GITREPO["futurist"]=${FUTURIST_REPO:-${GIT_BASE}/openstack/futurist.git} +GITREPO["futurist"]=${FUTURIST_REPO:-${GIT_BASE}/serrollc/futurist.git} GITBRANCH["futurist"]=${FUTURIST_BRANCH:-master} # debtcollector deprecation framework/helpers -GITREPO["debtcollector"]=${DEBTCOLLECTOR_REPO:-${GIT_BASE}/openstack/debtcollector.git} +GITREPO["debtcollector"]=${DEBTCOLLECTOR_REPO:-${GIT_BASE}/serrollc/debtcollector.git} GITBRANCH["debtcollector"]=${DEBTCOLLECTOR_BRANCH:-master} # helpful state machines -GITREPO["automaton"]=${AUTOMATON_REPO:-${GIT_BASE}/openstack/automaton.git} +GITREPO["automaton"]=${AUTOMATON_REPO:-${GIT_BASE}/serrollc/automaton.git} GITBRANCH["automaton"]=${AUTOMATON_BRANCH:-master} # oslo.cache -GITREPO["oslo.cache"]=${OSLOCACHE_REPO:-${GIT_BASE}/openstack/oslo.cache.git} +GITREPO["oslo.cache"]=${OSLOCACHE_REPO:-${GIT_BASE}/serrollc/oslo.cache.git} GITBRANCH["oslo.cache"]=${OSLOCACHE_BRANCH:-master} # oslo.concurrency -GITREPO["oslo.concurrency"]=${OSLOCON_REPO:-${GIT_BASE}/openstack/oslo.concurrency.git} +GITREPO["oslo.concurrency"]=${OSLOCON_REPO:-${GIT_BASE}/serrollc/oslo.concurrency.git} GITBRANCH["oslo.concurrency"]=${OSLOCON_BRANCH:-master} # oslo.config -GITREPO["oslo.config"]=${OSLOCFG_REPO:-${GIT_BASE}/openstack/oslo.config.git} +GITREPO["oslo.config"]=${OSLOCFG_REPO:-${GIT_BASE}/serrollc/oslo.config.git} GITBRANCH["oslo.config"]=${OSLOCFG_BRANCH:-master} # oslo.context -GITREPO["oslo.context"]=${OSLOCTX_REPO:-${GIT_BASE}/openstack/oslo.context.git} +GITREPO["oslo.context"]=${OSLOCTX_REPO:-${GIT_BASE}/serrollc/oslo.context.git} GITBRANCH["oslo.context"]=${OSLOCTX_BRANCH:-master} # oslo.db -GITREPO["oslo.db"]=${OSLODB_REPO:-${GIT_BASE}/openstack/oslo.db.git} +GITREPO["oslo.db"]=${OSLODB_REPO:-${GIT_BASE}/serrollc/oslo.db.git} GITBRANCH["oslo.db"]=${OSLODB_BRANCH:-master} # oslo.i18n -GITREPO["oslo.i18n"]=${OSLOI18N_REPO:-${GIT_BASE}/openstack/oslo.i18n.git} +GITREPO["oslo.i18n"]=${OSLOI18N_REPO:-${GIT_BASE}/serrollc/oslo.i18n.git} GITBRANCH["oslo.i18n"]=${OSLOI18N_BRANCH:-master} # oslo.log -GITREPO["oslo.log"]=${OSLOLOG_REPO:-${GIT_BASE}/openstack/oslo.log.git} +GITREPO["oslo.log"]=${OSLOLOG_REPO:-${GIT_BASE}/serrollc/oslo.log.git} GITBRANCH["oslo.log"]=${OSLOLOG_BRANCH:-master} # oslo.messaging -GITREPO["oslo.messaging"]=${OSLOMSG_REPO:-${GIT_BASE}/openstack/oslo.messaging.git} +GITREPO["oslo.messaging"]=${OSLOMSG_REPO:-${GIT_BASE}/serrollc/oslo.messaging.git} GITBRANCH["oslo.messaging"]=${OSLOMSG_BRANCH:-master} # oslo.middleware -GITREPO["oslo.middleware"]=${OSLOMID_REPO:-${GIT_BASE}/openstack/oslo.middleware.git} +GITREPO["oslo.middleware"]=${OSLOMID_REPO:-${GIT_BASE}/serrollc/oslo.middleware.git} GITBRANCH["oslo.middleware"]=${OSLOMID_BRANCH:-master} # oslo.policy -GITREPO["oslo.policy"]=${OSLOPOLICY_REPO:-${GIT_BASE}/openstack/oslo.policy.git} +GITREPO["oslo.policy"]=${OSLOPOLICY_REPO:-${GIT_BASE}/serrollc/oslo.policy.git} GITBRANCH["oslo.policy"]=${OSLOPOLICY_BRANCH:-master} # oslo.privsep -GITREPO["oslo.privsep"]=${OSLOPRIVSEP_REPO:-${GIT_BASE}/openstack/oslo.privsep.git} +GITREPO["oslo.privsep"]=${OSLOPRIVSEP_REPO:-${GIT_BASE}/serrollc/oslo.privsep.git} GITBRANCH["oslo.privsep"]=${OSLOPRIVSEP_BRANCH:-master} # oslo.reports -GITREPO["oslo.reports"]=${OSLOREPORTS_REPO:-${GIT_BASE}/openstack/oslo.reports.git} +GITREPO["oslo.reports"]=${OSLOREPORTS_REPO:-${GIT_BASE}/serrollc/oslo.reports.git} GITBRANCH["oslo.reports"]=${OSLOREPORTS_BRANCH:-master} # oslo.rootwrap -GITREPO["oslo.rootwrap"]=${OSLORWRAP_REPO:-${GIT_BASE}/openstack/oslo.rootwrap.git} +GITREPO["oslo.rootwrap"]=${OSLORWRAP_REPO:-${GIT_BASE}/serrollc/oslo.rootwrap.git} GITBRANCH["oslo.rootwrap"]=${OSLORWRAP_BRANCH:-master} # oslo.serialization -GITREPO["oslo.serialization"]=${OSLOSERIALIZATION_REPO:-${GIT_BASE}/openstack/oslo.serialization.git} +GITREPO["oslo.serialization"]=${OSLOSERIALIZATION_REPO:-${GIT_BASE}/serrollc/oslo.serialization.git} GITBRANCH["oslo.serialization"]=${OSLOSERIALIZATION_BRANCH:-master} # oslo.service -GITREPO["oslo.service"]=${OSLOSERVICE_REPO:-${GIT_BASE}/openstack/oslo.service.git} +GITREPO["oslo.service"]=${OSLOSERVICE_REPO:-${GIT_BASE}/serrollc/oslo.service.git} GITBRANCH["oslo.service"]=${OSLOSERVICE_BRANCH:-master} # oslo.utils -GITREPO["oslo.utils"]=${OSLOUTILS_REPO:-${GIT_BASE}/openstack/oslo.utils.git} +GITREPO["oslo.utils"]=${OSLOUTILS_REPO:-${GIT_BASE}/serrollc/oslo.utils.git} GITBRANCH["oslo.utils"]=${OSLOUTILS_BRANCH:-master} # oslo.versionedobjects -GITREPO["oslo.versionedobjects"]=${OSLOVERSIONEDOBJECTS_REPO:-${GIT_BASE}/openstack/oslo.versionedobjects.git} +GITREPO["oslo.versionedobjects"]=${OSLOVERSIONEDOBJECTS_REPO:-${GIT_BASE}/serrollc/oslo.versionedobjects.git} GITBRANCH["oslo.versionedobjects"]=${OSLOVERSIONEDOBJECTS_BRANCH:-master} # oslo.vmware -GITREPO["oslo.vmware"]=${OSLOVMWARE_REPO:-${GIT_BASE}/openstack/oslo.vmware.git} +GITREPO["oslo.vmware"]=${OSLOVMWARE_REPO:-${GIT_BASE}/serrollc/oslo.vmware.git} GITBRANCH["oslo.vmware"]=${OSLOVMWARE_BRANCH:-master} # osprofiler -GITREPO["osprofiler"]=${OSPROFILER_REPO:-${GIT_BASE}/openstack/osprofiler.git} +GITREPO["osprofiler"]=${OSPROFILER_REPO:-${GIT_BASE}/serrollc/osprofiler.git} GITBRANCH["osprofiler"]=${OSPROFILER_BRANCH:-master} # pycadf auditing library -GITREPO["pycadf"]=${PYCADF_REPO:-${GIT_BASE}/openstack/pycadf.git} +GITREPO["pycadf"]=${PYCADF_REPO:-${GIT_BASE}/serrollc/pycadf.git} GITBRANCH["pycadf"]=${PYCADF_BRANCH:-master} # stevedore plugin manager -GITREPO["stevedore"]=${STEVEDORE_REPO:-${GIT_BASE}/openstack/stevedore.git} +GITREPO["stevedore"]=${STEVEDORE_REPO:-${GIT_BASE}/serrollc/stevedore.git} GITBRANCH["stevedore"]=${STEVEDORE_BRANCH:-master} # taskflow plugin manager -GITREPO["taskflow"]=${TASKFLOW_REPO:-${GIT_BASE}/openstack/taskflow.git} +GITREPO["taskflow"]=${TASKFLOW_REPO:-${GIT_BASE}/serrollc/taskflow.git} GITBRANCH["taskflow"]=${TASKFLOW_BRANCH:-master} # tooz plugin manager -GITREPO["tooz"]=${TOOZ_REPO:-${GIT_BASE}/openstack/tooz.git} +GITREPO["tooz"]=${TOOZ_REPO:-${GIT_BASE}/serrollc/tooz.git} GITBRANCH["tooz"]=${TOOZ_BRANCH:-master} # pbr drives the setuptools configs -GITREPO["pbr"]=${PBR_REPO:-${GIT_BASE}/openstack-dev/pbr.git} +GITREPO["pbr"]=${PBR_REPO:-${GIT_BASE}/serrollc/pbr.git} GITBRANCH["pbr"]=${PBR_BRANCH:-master} @@ -449,64 +449,64 @@ GITBRANCH["pbr"]=${PBR_BRANCH:-master} ################## # glance store library -GITREPO["glance_store"]=${GLANCE_STORE_REPO:-${GIT_BASE}/openstack/glance_store.git} +GITREPO["glance_store"]=${GLANCE_STORE_REPO:-${GIT_BASE}/serrollc/glance_store.git} GITBRANCH["glance_store"]=${GLANCE_STORE_BRANCH:-master} # heat-cfntools server agent -HEAT_CFNTOOLS_REPO=${HEAT_CFNTOOLS_REPO:-${GIT_BASE}/openstack/heat-cfntools.git} +HEAT_CFNTOOLS_REPO=${HEAT_CFNTOOLS_REPO:-${GIT_BASE}/serrollc/heat-cfntools.git} HEAT_CFNTOOLS_BRANCH=${HEAT_CFNTOOLS_BRANCH:-master} # heat example templates and elements -HEAT_TEMPLATES_REPO=${HEAT_TEMPLATES_REPO:-${GIT_BASE}/openstack/heat-templates.git} +HEAT_TEMPLATES_REPO=${HEAT_TEMPLATES_REPO:-${GIT_BASE}/serrollc/heat-templates.git} HEAT_TEMPLATES_BRANCH=${HEAT_TEMPLATES_BRANCH:-master} # django openstack_auth library -GITREPO["django_openstack_auth"]=${HORIZONAUTH_REPO:-${GIT_BASE}/openstack/django_openstack_auth.git} +GITREPO["django_openstack_auth"]=${HORIZONAUTH_REPO:-${GIT_BASE}/serrollc/django_openstack_auth.git} GITBRANCH["django_openstack_auth"]=${HORIZONAUTH_BRANCH:-master} # keystone middleware -GITREPO["keystonemiddleware"]=${KEYSTONEMIDDLEWARE_REPO:-${GIT_BASE}/openstack/keystonemiddleware.git} +GITREPO["keystonemiddleware"]=${KEYSTONEMIDDLEWARE_REPO:-${GIT_BASE}/serrollc/keystonemiddleware.git} GITBRANCH["keystonemiddleware"]=${KEYSTONEMIDDLEWARE_BRANCH:-master} # s3 support for swift -SWIFT3_REPO=${SWIFT3_REPO:-${GIT_BASE}/openstack/swift3.git} +SWIFT3_REPO=${SWIFT3_REPO:-${GIT_BASE}/serrollc/swift3.git} SWIFT3_BRANCH=${SWIFT3_BRANCH:-master} # ceilometer middleware -GITREPO["ceilometermiddleware"]=${CEILOMETERMIDDLEWARE_REPO:-${GIT_BASE}/openstack/ceilometermiddleware.git} +GITREPO["ceilometermiddleware"]=${CEILOMETERMIDDLEWARE_REPO:-${GIT_BASE}/serrollc/ceilometermiddleware.git} GITBRANCH["ceilometermiddleware"]=${CEILOMETERMIDDLEWARE_BRANCH:-master} GITDIR["ceilometermiddleware"]=$DEST/ceilometermiddleware # os-brick library to manage local volume attaches -GITREPO["os-brick"]=${OS_BRICK_REPO:-${GIT_BASE}/openstack/os-brick.git} +GITREPO["os-brick"]=${OS_BRICK_REPO:-${GIT_BASE}/serrollc/os-brick.git} GITBRANCH["os-brick"]=${OS_BRICK_BRANCH:-master} # os-client-config to manage clouds.yaml and friends -GITREPO["os-client-config"]=${OS_CLIENT_CONFIG_REPO:-${GIT_BASE}/openstack/os-client-config.git} +GITREPO["os-client-config"]=${OS_CLIENT_CONFIG_REPO:-${GIT_BASE}/serrollc/os-client-config.git} GITBRANCH["os-client-config"]=${OS_CLIENT_CONFIG_BRANCH:-master} GITDIR["os-client-config"]=$DEST/os-client-config # os-vif library to communicate between Neutron to Nova -GITREPO["os-vif"]=${OS_VIF_REPO:-${GIT_BASE}/openstack/os-vif.git} +GITREPO["os-vif"]=${OS_VIF_REPO:-${GIT_BASE}/serrollc/os-vif.git} GITBRANCH["os-vif"]=${OS_VIF_BRANCH:-master} # osc-lib OpenStackClient common lib -GITREPO["osc-lib"]=${OSC_LIB_REPO:-${GIT_BASE}/openstack/osc-lib.git} +GITREPO["osc-lib"]=${OSC_LIB_REPO:-${GIT_BASE}/serrollc/osc-lib.git} GITBRANCH["osc-lib"]=${OSC_LIB_BRANCH:-master} # ironic common lib -GITREPO["ironic-lib"]=${IRONIC_LIB_REPO:-${GIT_BASE}/openstack/ironic-lib.git} +GITREPO["ironic-lib"]=${IRONIC_LIB_REPO:-${GIT_BASE}/serrollc/ironic-lib.git} GITBRANCH["ironic-lib"]=${IRONIC_LIB_BRANCH:-master} # this doesn't exist in a lib file, so set it here GITDIR["ironic-lib"]=$DEST/ironic-lib # diskimage-builder tool -GITREPO["diskimage-builder"]=${DIB_REPO:-${GIT_BASE}/openstack/diskimage-builder.git} +GITREPO["diskimage-builder"]=${DIB_REPO:-${GIT_BASE}/serrollc/diskimage-builder.git} GITBRANCH["diskimage-builder"]=${DIB_BRANCH:-master} GITDIR["diskimage-builder"]=$DEST/diskimage-builder # neutron-lib library containing neutron stable non-REST interfaces -GITREPO["neutron-lib"]=${NEUTRON_LIB_REPO:-${GIT_BASE}/openstack/neutron-lib.git} +GITREPO["neutron-lib"]=${NEUTRON_LIB_REPO:-${GIT_BASE}/serrollc/neutron-lib.git} GITBRANCH["neutron-lib"]=${NEUTRON_LIB_BRANCH:-master} GITDIR["neutron-lib"]=$DEST/neutron-lib @@ -517,19 +517,19 @@ GITDIR["neutron-lib"]=$DEST/neutron-lib ################## # run-parts script required by os-refresh-config -DIB_UTILS_REPO=${DIB_UTILS_REPO:-${GIT_BASE}/openstack/dib-utils.git} +DIB_UTILS_REPO=${DIB_UTILS_REPO:-${GIT_BASE}/serrollc/dib-utils.git} DIB_UTILS_BRANCH=${DIB_UTILS_BRANCH:-master} # os-apply-config configuration template tool -OAC_REPO=${OAC_REPO:-${GIT_BASE}/openstack/os-apply-config.git} +OAC_REPO=${OAC_REPO:-${GIT_BASE}/serrollc/os-apply-config.git} OAC_BRANCH=${OAC_BRANCH:-master} # os-collect-config configuration agent -OCC_REPO=${OCC_REPO:-${GIT_BASE}/openstack/os-collect-config.git} +OCC_REPO=${OCC_REPO:-${GIT_BASE}/serrollc/os-collect-config.git} OCC_BRANCH=${OCC_BRANCH:-master} # os-refresh-config configuration run-parts tool -ORC_REPO=${ORC_REPO:-${GIT_BASE}/openstack/os-refresh-config.git} +ORC_REPO=${ORC_REPO:-${GIT_BASE}/serrollc/os-refresh-config.git} ORC_BRANCH=${ORC_BRANCH:-master} @@ -542,7 +542,7 @@ ORC_BRANCH=${ORC_BRANCH:-master} ################# # ironic python agent -IRONIC_PYTHON_AGENT_REPO=${IRONIC_PYTHON_AGENT_REPO:-${GIT_BASE}/openstack/ironic-python-agent.git} +IRONIC_PYTHON_AGENT_REPO=${IRONIC_PYTHON_AGENT_REPO:-${GIT_BASE}/serrollc/ironic-python-agent.git} IRONIC_PYTHON_AGENT_BRANCH=${IRONIC_PYTHON_AGENT_BRANCH:-master} # a websockets/html5 or flash powered VNC console for vm instances