diff options
Diffstat (limited to 'deployment/noheat/cluster-rke/ansible/group_vars')
l--------- | deployment/noheat/cluster-rke/ansible/group_vars/all.yml | 1 | ||||
-rw-r--r-- | deployment/noheat/cluster-rke/ansible/group_vars/all.yml.sm-onap | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/deployment/noheat/cluster-rke/ansible/group_vars/all.yml b/deployment/noheat/cluster-rke/ansible/group_vars/all.yml new file mode 120000 index 000000000..d8e74e27a --- /dev/null +++ b/deployment/noheat/cluster-rke/ansible/group_vars/all.yml @@ -0,0 +1 @@ +all.yml.sm-onap
\ No newline at end of file diff --git a/deployment/noheat/cluster-rke/ansible/group_vars/all.yml.sm-onap b/deployment/noheat/cluster-rke/ansible/group_vars/all.yml.sm-onap new file mode 100644 index 000000000..2810d2d73 --- /dev/null +++ b/deployment/noheat/cluster-rke/ansible/group_vars/all.yml.sm-onap @@ -0,0 +1,4 @@ +--- +nexus: + address: 199.204.45.137 + port: 10001 |