summaryrefslogtreecommitdiffstats
path: root/nfs-server-source.yaml
blob: bad7cced947fa8f8ab1063d86e2b8f9c59736ef0 (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
description: 'NFS server share configuration for testing'
resources:
  controller0Config:
    type: AWS::AutoScaling::LaunchConfiguration
    metadata:
      nfs_server:
        shares:
          Merge::Map:
            NovaCompute0:
              list_join:
              - ' '
              - - Fn::Select:
                  - 0
                  - Fn::Select:
                    - ctlplane
                    - get_attr:
                      - NovaCompute0
                      - networks
            BlockStorage0:
              list_join:
              - ' '
              - - Fn::Select:
                  - 0
                  - Fn::Select:
                    - ctlplane
                    - get_attr:
                      - BlockStorage0
                      - networks