diff options
author | Areli, Fuss (af732p) <af732p@att.com> | 2018-05-24 11:24:40 +0300 |
---|---|---|
committer | Areli, Fuss (af732p) <af732p@att.com> | 2018-05-24 13:27:31 +0300 |
commit | f000e1cad7775e37da61b71773d60b40b9254478 (patch) | |
tree | 3f342cb71f58b43c47bcfb1bbbc6e919d17c5806 /zones/development/inventory/group_vars/local.yml | |
parent | 61bb1d8b6a20fec9235ca5b5af0174ad1c85aa67 (diff) |
Alignment of VVP devkit
Alignment of VVP devkit
include replacement of the uWsgi
with gunicorn
Change-Id: I9c42783c9965c5f6f005615e88899a301d334e22
Issue-ID: VVP-60
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
Diffstat (limited to 'zones/development/inventory/group_vars/local.yml')
-rw-r--r-- | zones/development/inventory/group_vars/local.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/zones/development/inventory/group_vars/local.yml b/zones/development/inventory/group_vars/local.yml index 5e42769..e4a329c 100644 --- a/zones/development/inventory/group_vars/local.yml +++ b/zones/development/inventory/group_vars/local.yml @@ -37,8 +37,8 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. enable_liveness_probes: false -container_uri: example.com/vvp -container_tag: develop +container_uri: nexus3.onap.org:10001/openecomp/vvp/ +container_tag: latest k8_config_dir: "{{inventory_dir}}/../k8" external_ips: - 10.220.220.12 @@ -70,3 +70,7 @@ jenkins_admin_config_xml: | </hudson.security.HudsonPrivateSecurityRealm_-Details> </properties> </user> +program_name_url_prefix: vvp +service_provider: NA +service_provider_domain: na.com +program_name: VVP |