aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-data-2-0-version.yaml
blob: 7e4279148692f88ecc1181d6760abc36bac74efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
odpSchemaVersion: 2.0
resources:
  complexes:
  - complex:
      data-center-code: AMICPL1
      complex-name: AMIST-COMPLEX-1
      physical-location-id: &complex_id AMIST-COMPLEX-1
      physical-location-type: Office
      street1: '505'
      street2: Terry Fox Drive
      city: Kanata
      state: Ontario
      postal-code: A1A1A1
      region: Eastern
      country: Canada

  cloud-regions:
  - cloud-region:
      cloud-owner: &clown AMIST
      cloud-region-id: AMCR1
      cloud-region-version: '11.0'
      orchestration-disabled: true
      in-maint: false
      complex:
        physical-location-id: *complex_id
      tenants:
        - tenant-id: !join ['-', [*clown, 'TENANT', 1]]
          tenant-name: AMIST-TENANT-1-NAME
        - tenant-id: !join [*clown, '-', 'TENANT', '-', 2]
          tenant-name: AMIST-TENANT-2-NAME
      availability-zones:
        - cloud-owner: *clown
          availability-zone-name: AMIST-AZ-1
          hypervisor-type: OpenStackAmd

  customers:
  - customer:
      global-customer-id: AMIST-CUST-11
      subscriber-name: AAIIST-TESTER-11
      subscriber-type: Customer
      service-subscriptions:
        - service-type: amist-voip
  - customer:
      global-customer-id: AMIST-CUST-12
      subscriber-name: AAIIST-TESTER-12
      subscriber-type: Customer
      service-subscriptions:
        - service-type: amist-voip