Skip to content

Instantly share code, notes, and snippets.

@bernadinm
Created February 5, 2019 19:50
Show Gist options
  • Save bernadinm/3e8ff4f95615ec515a89777d1dfce67f to your computer and use it in GitHub Desktop.
Save bernadinm/3e8ff4f95615ec515a89777d1dfce67f to your computer and use it in GitHub Desktop.
dcos-terraform folder structure

dcos-terraform folder structure

[mb@miguel-nixos:~/Sites/bernadinm/dcos-terraform]$ tree -d -I 'templates|dcos-bootstrap|dcos-mesos-agent|dcos-mesos-master|dcos-mesos-agent-public' modules/
modules/
├── aws
│   ├── bootstrap
│   ├── dcos
│   │   ├── docs
│   │   │   └── published
│   │   │       └── images
│   │   │           ├── destroy
│   │   │           ├── install
│   │   │           ├── scale
│   │   │           └── upgrade
│   │   ├── examples
│   │   │   ├── pull-request-open-source
│   │   │   ├── simple-enterprise-edition
│   │   │   └── simple-open-source
│   │   └── scripts
│   ├── elb
│   ├── elb-dcos
│   ├── elb-masters
│   ├── elb-masters-internal
│   ├── elb-public-agents
│   ├── iam
│   ├── infrastructure
│   ├── instance
│   ├── lb
│   ├── lb-dcos
│   ├── lb-masters
│   ├── lb-masters-internal
│   ├── lb-public-agents
│   ├── masters
│   ├── private-agents
│   ├── public-agents
│   ├── remote-connection-route
│   ├── remote-region
│   │   ├── examples
│   │   │   └── multiple-clusters
│   │   └── scripts
│   ├── route53-elb
│   ├── route53-instances
│   ├── route53-zone
│   ├── security-groups
│   ├── tested-oses
│   │   └── platform
│   │       └── cloud
│   │           └── aws
│   │               ├── centos_7.2
│   │               ├── centos_7.3
│   │               ├── centos_7.4
│   │               ├── centos_7.5
│   │               ├── coreos_1235.9.0
│   │               ├── coreos_1465.8.0
│   │               ├── coreos_1576.5.0
│   │               ├── coreos_1855.5.0
│   │               ├── coreos_835.13.0
│   │               └── rhel_7.3
│   ├── volumes-dcos
│   ├── vpc
│   └── vpc-peering
├── azurerm
│   ├── bootstrap
│   ├── dcos
│   │   ├── docs
│   │   │   ├── destroy
│   │   │   ├── install
│   │   │   ├── maintain
│   │   │   ├── published
│   │   │   │   └── images
│   │   │   │       ├── destroy
│   │   │   │       ├── install
│   │   │   │       ├── scale
│   │   │   │       └── upgrade
│   │   │   └── upgrade
│   │   ├── examples
│   │   │   ├── pull-request-open-source
│   │   │   ├── simple-enterprise-edition
│   │   │   └── simple-open-source
│   │   └── scripts
│   ├── infrastructure
│   ├── instance
│   ├── lb
│   ├── lb-dcos
│   ├── lb-masters
│   ├── lb-masters-internal
│   ├── lb-public-agents
│   ├── masters
│   ├── nsg
│   ├── private-agents
│   ├── public-agents
│   ├── tested-oses
│   │   └── scripts
│   │       ├── centos
│   │       ├── coreos
│   │       └── rhel
│   └── vnet
├── gcp
│   ├── backend-service
│   ├── bootstrap
│   ├── compute-firewall
│   ├── compute-forwarding-rule
│   ├── compute-forwarding-rule-dcos
│   ├── compute-forwarding-rule-masters
│   ├── compute-forwarding-rule-public-agents
│   ├── dcos
│   │   ├── docs
│   │   │   ├── destroy
│   │   │   ├── install
│   │   │   ├── maintain
│   │   │   ├── published
│   │   │   │   └── images
│   │   │   │       ├── destroy
│   │   │   │       ├── install
│   │   │   │       ├── scale
│   │   │   │       └── upgrade
│   │   │   └── upgrade
│   │   ├── examples
│   │   │   ├── pull-request-open-source
│   │   │   ├── simple-enterprise-edition
│   │   │   └── simple-open-source
│   │   └── scripts
│   ├── infrastructure
│   ├── instance
│   ├── masters
│   ├── network
│   ├── private-agents
│   ├── public-agents
│   └── tested-oses
│       └── scripts
│           ├── centos
│           ├── coreos
│           └── rhel
├── localfile
│   └── dcos-ansible-bridge
├── null
│   ├── dcos-install-bootstrap-remote-exec
│   ├── dcos-install-masters-remote-exec
│   ├── dcos-install-private-agents-remote-exec
│   ├── dcos-install-public-agents-remote-exec
│   └── dcos-install-remote-exec
└── template
    ├── azurerm-tested-oses
    │   └── platform
    │       └── cloud
    │           └── azure
    │               ├── centos_7.2
    │               ├── centos_7.3
    │               ├── coreos_1235.9.0
    │               ├── coreos_835.13.0
    │               └── rhel_7.3
    ├── dcos-core
    │   ├── ee
    │   │   ├── dcos-versions
    │   │   │   ├── 1.11.0
    │   │   │   ├── 1.11.1
    │   │   │   ├── 1.11.2
    │   │   │   ├── 1.11.3
    │   │   │   ├── 1.11.4
    │   │   │   ├── 1.11.5
    │   │   │   ├── 1.11.6
    │   │   │   ├── 1.11.7
    │   │   │   ├── 1.11.8
    │   │   │   ├── 1.12.0
    │   │   │   ├── 1.12.1
    │   │   │   └── master
    │   │   └── uri
    │   └── open
    │       ├── dcos-versions
    │       │   ├── 1.10.0
    │       │   ├── 1.10.0-rc1
    │       │   ├── 1.10.1
    │       │   ├── 1.10.2
    │       │   ├── 1.10.4
    │       │   ├── 1.10.5
    │       │   ├── 1.10.6
    │       │   ├── 1.10.7
    │       │   ├── 1.10.8
    │       │   ├── 1.11.0
    │       │   ├── 1.11.0-rc1
    │       │   ├── 1.11.0-rc4
    │       │   ├── 1.11.1
    │       │   ├── 1.11.2
    │       │   ├── 1.11.3
    │       │   ├── 1.11.4
    │       │   ├── 1.11.5
    │       │   ├── 1.11.6
    │       │   ├── 1.11.7
    │       │   ├── 1.11.8
    │       │   ├── 1.12.0
    │       │   ├── 1.12.1
    │       │   ├── 1.7-open
    │       │   ├── 1.8
    │       │   ├── 1.8.1
    │       │   ├── 1.8.2
    │       │   ├── 1.8.3
    │       │   ├── 1.8.4
    │       │   ├── 1.8.5
    │       │   ├── 1.8.6
    │       │   ├── 1.8.7
    │       │   ├── 1.8.8
    │       │   ├── 1.8.9
    │       │   ├── 1.9.0
    │       │   ├── 1.9.0-rc1
    │       │   ├── 1.9.0-rc2
    │       │   ├── 1.9.0-rc3
    │       │   ├── 1.9.0-rc4
    │       │   ├── 1.9.1
    │       │   ├── 1.9.2
    │       │   ├── 1.9.3
    │       │   ├── 1.9.4
    │       │   ├── 1.9.5
    │       │   ├── 1.9.6
    │       │   ├── 1.9.7
    │       │   ├── 1.9.8
    │       │   └── master
    │       └── uri
    └── gcp-tested-oses
        └── platform
            └── cloud
                └── gcp
                    ├── centos_7.2
                    ├── centos_7.3
                    ├── coreos_1576.5.0
                    ├── coreos_stable
                    └── rhel_7.3

222 directories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment