Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need more detail on etcd configuration #63

Closed
japplewhite opened this issue Nov 23, 2016 · 4 comments
Closed

need more detail on etcd configuration #63

japplewhite opened this issue Nov 23, 2016 · 4 comments
Assignees

Comments

@japplewhite
Copy link

japplewhite commented Nov 23, 2016

we should include something like this in https://github.com/Tendrl/documentation/blob/master/deployment.adoc

You will need to edit the following options in /etc/etcd/etcd.conf and replace localhost with your node's IP address (10.0.2.15 in this example)
ETCD_LISTEN_PEER_URLS="http://10.0.2.15:2380"
ETCD_LISTEN_CLIENT_URLS="http://10.0.2.15:2379"
ETCD_INITIAL_ADVERTISE_PEER_URLS="http://10.0.2.15:2380"
ETCD_INITIAL_CLUSTER="default=http://10.0.2.15:2380"
ETCD_ADVERTISE_CLIENT_URLS="http://10.0.2.15:2379"

@mbukatov
Copy link

mbukatov commented Dec 5, 2016

Where do you have this information from?

@mbukatov
Copy link

mbukatov commented Dec 5, 2016

@r0h4n Could we get clarification on this?

@mbukatov
Copy link

mbukatov commented Dec 5, 2016

@fbalak I see that you use configure some of those options in https://github.com/Tendrl/usmqe-setup/blob/tendrl-setup/roles/etcd/tasks/main.yml , where did you get those values from? Did we get any ack from dev team for our configuration in the ansible role?

@r0h4n r0h4n self-assigned this Dec 6, 2016
TimothyAsir pushed a commit to TimothyAsir/documentation that referenced this issue Dec 13, 2016
1) Update etcd usage in tendrl
2) Add epel repo installation
3) Add steps to verify etcd running properly

tendrl-bug-id:Tendrl/node-agent#88 and Tendrl#63
Signed-off-by: Timothy Asir J <tjeyasin@redhat.com>
TimothyAsir pushed a commit to TimothyAsir/documentation that referenced this issue Mar 23, 2017
1) Update etcd usage in tendrl
2) Add epel repo installation
3) Add steps to verify etcd running properly

tendrl-bug-id:Tendrl/node-agent#88 and Tendrl#63
Signed-off-by: Timothy Asir J <tjeyasin@redhat.com>
@r0h4n
Copy link
Contributor

r0h4n commented Apr 4, 2017

I think this (https://github.com/Tendrl/documentation/wiki/Tendrl-Package-Installation-Reference) has solved above problem, closing this one, let me know if still required

@r0h4n r0h4n closed this as completed Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants