aboutsummaryrefslogtreecommitdiffstats
path: root/nfs-server-source.yaml
blob: 8e32e963217c0a7b4385aeb29e5aa73e230f0b0d (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:
              Fn::Join:
              - ' '
              - - get_attr:
                  - NovaCompute0
                  - networks
                  - ctlplane
                  - 0
            BlockStorage0:
              Fn::Join:
              - ' '
              - - get_attr:
                  - BlockStorage0
                  - networks
                  - ctlplane
                  - 0