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