File tree 2 files changed +5
-22
lines changed
2 files changed +5
-22
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ vagrant:
28
28
- name : etcd-01
29
29
ansible_groups :
30
30
- etcd
31
- interfaces :
32
- - network_name : private_network
33
- type : dhcp
34
- auto_config : true
31
+ # interfaces:
32
+ # - network_name: private_network
33
+ # type: dhcp
34
+ # auto_config: true
35
35
# - name: etcd-02
36
36
# ansible_groups:
37
37
# - etcd
Original file line number Diff line number Diff line change 1
- #! /bin/bash --debug
1
+ #! /bin/bash
2
2
# Startup script for etcd
3
3
#
4
4
# chkconfig: 2345 20 80
@@ -75,20 +75,3 @@ case $1 in
75
75
esac
76
76
77
77
exit $RETVAL
78
-
79
-
80
-
81
- # ###
82
- # script
83
- # /usr/sbin/etcd \
84
- # # -initial-cluster-token etcd-cluster-1 \
85
- # -initial-cluster ## #etcd-01-centos-6.7=http://192.168.110.145:2380
86
- # ## \
87
- # -initial-cluster-state new \
88
- # # -initial-advertise-peer-urls http://192.168.110.145:2380 \
89
- # -advertise-client-urls http://192.168.110.145:2379 \
90
- # -listen-client-urls http://192.168.110.145:2379 \
91
- # -listen-peer-urls http://192.168.110.145:2380 \
92
- # # # -data-dir /var/cache/etcd/state \
93
- # -name etcd-01-centos-6.7
94
- # end script
You can’t perform that action at this time.
0 commit comments