Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / onap / resources / overrides / openstack.yaml
1 # Copyright © 2019 Amdocs, Bell Canada
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 #################################################################
16 # This override file configures openstack parameters for ONAP
17 #################################################################
18 robot:
19   openStackKeyStoneUrl: "http://10.12.25.2:5000"
20   openStackPublicNetId: "971040b2-7059-49dc-b220-4fab50cb2ad4"
21   openStackTenantId: "09d8566ea45e43aa974cf447ed591d77"
22   openStackUserName: "OPENSTACK_USERNAME_HERE"
23   ubuntu14Image: "ubuntu-14-04-cloud-amd64"
24   ubuntu16Image: "ubuntu-16-04-cloud-amd64"
25   openStackPrivateNetId: "c7824f00-bef7-4864-81b9-f6c3afabd313"
26   openStackPrivateSubnetId: "2a0e8888-f93e-4615-8d28-fc3d4d087fc3"
27   openStackPrivateNetCidr: "10.0.0.0/16"
28   openStackSecurityGroup: "3a7a1e7e-6d15-4264-835d-fab1ae81e8b0"
29   openStackOamNetworkCidrPrefix: "10.0"
30   dcaeCollectorIp: "10.12.6.88"
31   vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh"
32   demoArtifactsVersion: "1.4.0-SNAPSHOT"
33   demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
34   scriptVersion: "1.4.0-SNAPSHOT"
35   rancherIpAddress: "10.12.5.127"
36   config:
37     # openStackEncryptedPasswordHere should match the encrypted string used in SO and overridden per environment
38     openStackEncryptedPasswordHere: "XXXXXXXXXXXXXXXXXXXXXXXX_OPENSTACK_ENCRYPTED_PASSWORD_HERE_XXXXXXXXXXXXXXXX"
39 so:
40   # so server configuration
41   so-catalog-db-adapter:
42     config:
43       openStackUserName: "OPENSTACK_USERNAME_HERE"
44       openStackKeyStoneUrl: "http://10.12.25.2:5000/v2.0"
45       openStackEncryptedPasswordHere: "XXXXXXXXXXXXXXXXXXXXXXXX_OPENSTACK_ENCRYPTED_PASSWORD_HERE_XXXXXXXXXXXXXXXX"
46       # For Support of Keystone v3, uncomment and fill
47       # openStackKeystoneVersion: "KEYSTONE_V3"
48       # openStackProjectDomainName: "DEFAULT"
49       # openStackUserDomainName: "DEFAULT"
50 nbi:
51   config:
52     # openstack configuration
53     openStackRegion: "Yolo"
54     openStackVNFTenantId: "1234"