diff options
author | 2018-08-21 22:09:24 +0200 | |
---|---|---|
committer | 2018-08-21 22:09:24 +0200 | |
commit | 29684b25e00e2167a4b556cd3a931cb069f0bb6e (patch) | |
tree | 38f414c8270ef96a0b913f7507b823f2fb6807cb /xci/config/env-vars | |
parent | 973920421d98159a3d91790859061ee718cd1e07 (diff) |
Move OSM variables to os-nosdn-osm scenario
This change removes OSM variables from releng-xci repo since they
are declared in os-nosdn-osm scenario itself in releng-xci-scenarios
repo.
In order for this change to be verified, below change must be submitted.
https://gerrit.opnfv.org/gerrit/#/c/61205/
installer-type:osa
deploy-scenario:os-nosdn-osm
Change-Id: I9f3a1dbdfecfb2bb08cc215758bdc52aefcdf697
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci/config/env-vars')
-rwxr-xr-x | xci/config/env-vars | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xci/config/env-vars b/xci/config/env-vars index ba68290b..36ae97c0 100755 --- a/xci/config/env-vars +++ b/xci/config/env-vars @@ -11,7 +11,6 @@ export OPENSTACK_OSA_OPENRC_GIT_URL=${OPENSTACK_OSA_OPENRC_GIT_URL:-https://git. export KUBESPRAY_GIT_URL=${KUBESPRAY_GIT_URL:-https://github.com/kubernetes-incubator/kubespray.git} export OPENSTACK_OSA_HAPROXY_GIT_URL=${OPENSTACK_OSA_HAPROXY_GIT_URL:-https://git.openstack.org/openstack/openstack-ansible-haproxy_server} export KEEPALIVED_GIT_URL=${KEEPALIVED_GIT_URL:-https://github.com/evrardjp/ansible-keepalived} -export OSM_DEVOPS_GIT_URL=${OSM_DEVOPS_GIT_URL:-https://osm.etsi.org/gerrit/osm/devops.git} # Configuration export OPENSTACK_OSA_ETC_PATH=/etc/openstack_deploy |