Commit 0e44b61f authored by garciadeblas's avatar garciadeblas
Browse files

01-test-environment.md: updated installation procedure for Rel EIGHT rc and daily

parent 7fccf0ae
Loading
Loading
Loading
Loading
+23 −23
Original line number Diff line number Diff line
@@ -12,25 +12,7 @@ This is the recommended installation procedure for general OSM users.

For a step-by-step procedure, please refer to this chapter of the [User Guide](https://osm.etsi.org/docs/user-guide/03-installing-osm.html) to build the latest stable release.

For the time being, Rel SEVEN 7.0.1 is the latest stable OSM release.

### Daily build

Daily builds of OSM Release SEVEN can be created by using the installer with the following options:

For an installation based on Docker Swarm:

```bash
./install_osm.sh -R ReleaseSEVEN-daily -t releaseseven-daily -r testing -y
```

For an OSM installation on top of K8s (it should be functionally identical):

```bash
./install_osm.sh -R ReleaseSEVEN-daily -t releaseseven-daily -r testing -y -c k8s
```

This build includes the latest community contributions and may contain bugs. Therefore it is only recommended for developers and contributors involved in community testing.
For the time being, Rel SEVEN 7.1.3 is the latest stable OSM release.

### New release candidate

@@ -38,19 +20,37 @@ New release candidates can be tested using the installer with the following opti

- For an installation based on Docker Swarm:
  ```bash
  DOCKER_TAG=7.1.0rc1
  REPO_BASE=7.1.0rc1
  DOCKER_TAG=8.0.0rc1
  REPO_BASE=8.0.0rc1
  REPO_NAME=testing
  ./install_osm.sh -t ${DOCKER_TAG} -r ${REPO_NAME} -R ${REPO_BASE} -y
  ```
- For an installation based on K8s:
  ```bash
  DOCKER_TAG=7.1.0rc1
  REPO_BASE=7.1.0rc1
  DOCKER_TAG=8.0.0rc1
  REPO_BASE=8.0.0rc1
  REPO_NAME=testing
  ./install_osm.sh -t ${DOCKER_TAG} -r ${REPO_NAME} -R ${REPO_BASE} -y -c k8s
  ```

### Daily build

Daily builds of OSM Release EIGHT can be created by using the installer with the following options:

For an installation based on Docker Swarm:

```bash
./install_osm.sh -R ReleaseEIGHT-daily -t releaseeight-daily -r testing -y
```

For an OSM installation on top of K8s (it should be functionally identical):

```bash
./install_osm.sh -R ReleaseEIGHT-daily -t releaseeight-daily -r testing -y -c k8s
```

This build includes the latest community contributions and may contain bugs. Therefore it is only recommended for developers and contributors involved in community testing.

## Performing the tests

### Testing from OSM client sandbox (recommended)