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

netmaster/netplugin restart #175

Open
rchirakk opened this issue Jun 14, 2017 · 2 comments
Open

netmaster/netplugin restart #175

rchirakk opened this issue Jun 14, 2017 · 2 comments

Comments

@rchirakk
Copy link
Contributor

cat $contiv_yaml_template >>$contiv_yaml

start etcd before netplugin/netmaster

cat $contiv_yaml_template >>$contiv_yaml

if [ "$cluster_store" = "" ]; then
	cat $contiv_etcd_template >>$contiv_yaml
fi
@rchirakk
Copy link
Contributor Author

rchirakk commented Jul 5, 2017

Another change to make:
start netmaster before netplugin

@dseevr
Copy link
Contributor

dseevr commented Jul 5, 2017

Per the private issue we had to track this, starting etcd before the other services actually made the problem worse. Both nodes in the demo environment come up in the wrong mode consistently.

We should probably have an issue to track making netplugin resilient against an unready data store in general. EDIT: added an issue: contiv/netplugin#915

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

2 participants