Loading 03-installing-osm.md +2 −2 Original line number Diff line number Diff line Loading @@ -555,7 +555,7 @@ This involves upgrading (`ro` and `ro-db`): docker pull mysql:5 git clone https://osm.etsi.org/gerrit/osm/RO #you can then work in the cloned repo, apply patches with git pull, etc. docker build RO -f RO/Dockerfile-local -t opensourcemano/ro:develop --no-cache docker build RO -f RO/Dockerfile.local -t opensourcemano/ro:develop --no-cache kubectl -n osm patch deployment ro --patch '{"spec": {"template": {"spec": {"containers": [{"name": "ro", "image": "opensourcemano/ro:develop"}]}}}}' kubectl -n osm scale deployment ro --replicas=0 kubectl -n osm scale deployment ro --replicas=1 Loading Loading @@ -762,7 +762,7 @@ This involves upgrading (`ro` and `ro-db`): docker pull mysql:5 git clone https://osm.etsi.org/gerrit/osm/RO #you can then work in the cloned repo, apply patches with git pull, etc. docker build RO -f RO/Dockerfile-local -t opensourcemano/ro:develop --no-cache docker build RO -f RO/Dockerfile.local -t opensourcemano/ro:develop --no-cache docker service update osm_ro --force --image opensourcemano/ro:develop # In order to make this change persistent after reboots or restart of the docker stack # you will have to update the file /etc/osm/docker/docker-compose.yaml to reflect the change Loading Loading
03-installing-osm.md +2 −2 Original line number Diff line number Diff line Loading @@ -555,7 +555,7 @@ This involves upgrading (`ro` and `ro-db`): docker pull mysql:5 git clone https://osm.etsi.org/gerrit/osm/RO #you can then work in the cloned repo, apply patches with git pull, etc. docker build RO -f RO/Dockerfile-local -t opensourcemano/ro:develop --no-cache docker build RO -f RO/Dockerfile.local -t opensourcemano/ro:develop --no-cache kubectl -n osm patch deployment ro --patch '{"spec": {"template": {"spec": {"containers": [{"name": "ro", "image": "opensourcemano/ro:develop"}]}}}}' kubectl -n osm scale deployment ro --replicas=0 kubectl -n osm scale deployment ro --replicas=1 Loading Loading @@ -762,7 +762,7 @@ This involves upgrading (`ro` and `ro-db`): docker pull mysql:5 git clone https://osm.etsi.org/gerrit/osm/RO #you can then work in the cloned repo, apply patches with git pull, etc. docker build RO -f RO/Dockerfile-local -t opensourcemano/ro:develop --no-cache docker build RO -f RO/Dockerfile.local -t opensourcemano/ro:develop --no-cache docker service update osm_ro --force --image opensourcemano/ro:develop # In order to make this change persistent after reboots or restart of the docker stack # you will have to update the file /etc/osm/docker/docker-compose.yaml to reflect the change Loading