Skip to content

Commit

Permalink
Merge pull request #81 from fayazg/silent-install-sample
Browse files Browse the repository at this point in the history
update silent-install samples
  • Loading branch information
Shubhra Kar authored Feb 22, 2018
2 parents 04046ab + 8ffb29a commit fa9e6d6
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 12 deletions.
32 changes: 30 additions & 2 deletions examples/silent-install/sample-create-ha-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,41 @@ cluster_manager: ha-manager
name: ha-cluster
cluster_cloud_provider: triton
k8s_plane_isolation: required
private_registry: "docker-registry.joyent.com:5000"
private_registry: ""
private_registry_username: ""
private_registry_password: ""
k8s_registry: "docker-registry.joyent.com:5000"
k8s_registry: ""
k8s_registry_username: ""
k8s_registry_password: ""
triton_account: fayazg
triton_key_path: ~/.ssh/id_rsa
triton_key_id: 2c:53:bc:63:97:9e:79:3f:91:35:5e:f4:c8:23:88:37
triton_url: https://us-east-1.api.joyent.com
nodes:
- node_count: 3
rancher_host_label: etcd
hostname: test-etcd
triton_network_names:
- Joyent-SDC-Public
triton_image_name: ubuntu-certified-16.04
triton_image_version: 20180109
triton_ssh_user: ubuntu
triton_machine_package: k4-highcpu-kvm-1.75G
- node_count: 3
rancher_host_label: orchestration
hostname: test-orch
triton_network_names:
- Joyent-SDC-Public
triton_image_name: ubuntu-certified-16.04
triton_image_version: 20180109
triton_ssh_user: ubuntu
triton_machine_package: k4-highcpu-kvm-1.75G
- node_count: 1
rancher_host_label: compute
hostname: test-compute
triton_network_names:
- Joyent-SDC-Public
triton_image_name: ubuntu-certified-16.04
triton_image_version: 20180109
triton_ssh_user: ubuntu
triton_machine_package: k4-highcpu-kvm-1.75G
8 changes: 4 additions & 4 deletions examples/silent-install/sample-create-ha-manager.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
backend_provider: local
name: ha-manager
ha: true
gcm_node_count: 2
private_registry: "docker-registry.joyent.com:5000"
gcm_node_count: 3
private_registry: ""
private_registry_username: ""
private_registry_password: ""
rancher_server_image: "docker-registry.joyent.com:5000/rancher/server:v1.6.14"
rancher_agent_image: "docker-registry.joyent.com:5000/rancher/agent:v1.2.9"
rancher_server_image: ""
rancher_agent_image: ""
triton_account: fayazg
triton_key_path: ~/.ssh/id_rsa
triton_key_id: 2c:53:bc:63:97:9e:79:3f:91:35:5e:f4:c8:23:88:37
Expand Down
16 changes: 13 additions & 3 deletions examples/silent-install/sample-create-non-ha-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,23 @@ cluster_manager: non-ha-manager
name: non-ha-cluster
cluster_cloud_provider: triton
k8s_plane_isolation: none
private_registry: "docker-registry.joyent.com:5000"
private_registry: ""
private_registry_username: ""
private_registry_password: ""
k8s_registry: "docker-registry.joyent.com:5000"
k8s_registry: ""
k8s_registry_username: ""
k8s_registry_password: ""
triton_account: fayazg
triton_key_path: ~/.ssh/id_rsa
triton_key_id: 2c:53:bc:63:97:9e:79:3f:91:35:5e:f4:c8:23:88:37
triton_url: https://us-east-1.api.joyent.com
triton_url: https://us-east-1.api.joyent.com
nodes:
- node_count: 3
rancher_host_label: compute
hostname: test-compute
triton_network_names:
- Joyent-SDC-Public
triton_image_name: ubuntu-certified-16.04
triton_image_version: 20180109
triton_ssh_user: ubuntu
triton_machine_package: k4-highcpu-kvm-1.75G
6 changes: 3 additions & 3 deletions examples/silent-install/sample-create-non-ha-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ backend_provider: local
name: non-ha-manager
ha: false
gcm_node_count: 1
private_registry: "docker-registry.joyent.com:5000"
private_registry: ""
private_registry_username: ""
private_registry_password: ""
rancher_server_image: "docker-registry.joyent.com:5000/rancher/server:v1.6.14"
rancher_agent_image: "docker-registry.joyent.com:5000/rancher/agent:v1.2.9"
rancher_server_image: ""
rancher_agent_image: ""
triton_account: fayazg
triton_key_path: ~/.ssh/id_rsa
triton_key_id: 2c:53:bc:63:97:9e:79:3f:91:35:5e:f4:c8:23:88:37
Expand Down

0 comments on commit fa9e6d6

Please sign in to comment.