Skip to content

Commit

Permalink
fix: ovn-ic-db restart failed
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Sep 3, 2020
1 parent 36fefe9 commit e993361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/start-ic-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ TS_CIDR=${TS_CIDR:-169.254.100.0/24}

/usr/share/ovn/scripts/ovn-ctl --db-ic-nb-create-insecure-remote=yes --db-ic-sb-create-insecure-remote=yes start_ic_ovsdb
/usr/share/ovn/scripts/ovn-ctl status_ic_ovsdb
ovn-ic-nbctl ts-add "$TS_NAME"
ovn-ic-nbctl --may-exist ts-add "$TS_NAME"
ovn-ic-nbctl set Transit_Switch ts external_ids:subnet="$TS_CIDR"
tail -f /var/log/ovn/ovsdb-server-ic-nb.log

0 comments on commit e993361

Please sign in to comment.