aboutsummaryrefslogtreecommitdiffstats
path: root/docs/archived/yaml/example-integration-override-v3.yaml
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-12-14 13:49:28 +0000
committerefiacor <fiachra.corcoran@est.tech>2022-12-14 13:49:34 +0000
commit4be5581537d8acd33636f3f621831efae96ee4ac (patch)
tree79c176eea95a870e056e7f73be482aab759c2f15 /docs/archived/yaml/example-integration-override-v3.yaml
parentf6bda71b5f76434b09004c5adfc8dab8cf17c1c2 (diff)
[APPC] Remove appc chart and refs
Removing appc chart Removing most appc refs Some SO data may need to be followed up with SO team Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I183e3dfb7e33a3ada1ac9925ee96b9f32d89bd5a Issue-ID: OOM-3069
Diffstat (limited to 'docs/archived/yaml/example-integration-override-v3.yaml')
-rw-r--r--docs/archived/yaml/example-integration-override-v3.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/archived/yaml/example-integration-override-v3.yaml b/docs/archived/yaml/example-integration-override-v3.yaml
index a55b1c08fc..2c2742cc70 100644
--- a/docs/archived/yaml/example-integration-override-v3.yaml
+++ b/docs/archived/yaml/example-integration-override-v3.yaml
@@ -4,8 +4,6 @@
robot:
enabled: true
flavor: large
- appcUsername: "appc@appc.onap.org"
- appcPassword: "demo123456!"
# KEYSTONE Version 3 Required for Rocky and beyond
openStackKeystoneAPIVersion: "v3"
# OS_AUTH_URL without the /v3 from the openstack .RC file
@@ -54,16 +52,3 @@ so:
openStackKeyStoneUrl: "http://10.12.25.2:5000/v3"
# use the SO Java utility to encrypt the OS_PASSWORD for the OS_USERNAME
openStackEncryptedPasswordHere: "YYYYYYYYYYYYYYYYYYYYYYYY_OPENSTACK_JAVA_PASSWORD_HERE_YYYYYYYYYYYYYYYY"
-appc:
- enabled: true
- replicaCount: 3
- config:
- enableClustering: true
- openStackType: "OpenStackProvider"
- openStackName: "OpenStack"
- # OS_AUTH_URL from the openstack .RC file
- openStackKeyStoneUrl: "http://10.12.25.2:5000/v3"
- openStackServiceTenantName: "OPENSTACK_PROJECT_NAME_HERE"
- openStackDomain: "OPEN_STACK_DOMAIN_NAME_HERE"
- openStackUserName: "OS_USER_NAME_HERE"
- openStackEncryptedPassword: "OPENSTACK_CLEAR_TEXT_PASSWORD_HERE"