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