Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeff-vincent/orka-trial-env-setup
https://github.com/jeff-vincent/orka-trial-env-setup
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeff-vincent/orka-trial-env-setup
- Owner: jeff-vincent
- Created: 2021-12-02T20:37:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T05:54:27.000Z (almost 3 years ago)
- Last Synced: 2024-06-11T16:21:47.553Z (5 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# orka-trial-env-setup
Set up a Jenkins master and create an associated agent image in Orka by running the following:
```
git clone https://github.com/jeff-vincent/orka-trial-env-setup.git
cd orka-trial-env-setup
sudo docker build -t trial_env .
```
```
sudo docker run --privileged --name orka_env \
-e ORKA_USER= \
-e ORKA_PASS= \
-e CORE_COUNT=3 \
-e VCPU_COUNT=3 \
-e VPN_PASSWORD= \
-e VPN_ADDRESS= \
-e VPN_USER= \
-e VPN_SERVER_CERT= \
-e ORKA_LICENSE_KEY= \
trial_env
```