Skip to content

Commit fee59f4

Browse files
author
bryan hunt
committed
tests pass
1 parent 59d5a40 commit fee59f4

File tree

2 files changed

+5
-22
lines changed

2 files changed

+5
-22
lines changed

Diff for: molecule.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ vagrant:
2828
- name: etcd-01
2929
ansible_groups:
3030
- 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
3535
# - name: etcd-02
3636
# ansible_groups:
3737
# - etcd

Diff for: templates/etc/init/etcd-init.conf.j2

+1-18
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash --debug
1+
#!/bin/bash
22
# Startup script for etcd
33
#
44
# chkconfig: 2345 20 80
@@ -75,20 +75,3 @@ case $1 in
7575
esac
7676

7777
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

0 commit comments

Comments
 (0)