Skip to content
Snippets Groups Projects
Commit 020cc0a9 authored by Luca Morandini's avatar Luca Morandini
Browse files

Merge branch 'master' into 'feature/automated-tests'

# Conflicts:
#   installation/README.md
parents 83b96130 22a489dd
Branches
No related tags found
No related merge requests found
......@@ -141,6 +141,7 @@ openstack server create \
```
- Store the bastion node IP address in a variable.
```shell
bastion=$(openstack server show bastion -c addresses -f json | jq -r '.addresses["qh2-uom-internal"][]')
```
......@@ -354,7 +355,6 @@ Windows:
For Windows, you can use the linux binary on WSL, or you can download this windows executable: `https://github.com/fission/fission/releases/download/v$FISSION_VERSION/fission-v$FISSION_VERSION-windows-amd64.exe`
## Stack installation test
The following command creates and test a function named `health` that returns the status of the ElasticSearch cluster:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment