Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LSO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
LSO
Commits
4fede558
Verified
Commit
4fede558
authored
2 years ago
by
Carolina Fernandez
Browse files
Options
Downloads
Patches
Plain Diff
feature/docker-env: update docs & .gitignore
parent
f130407b
No related branches found
No related tags found
1 merge request
!12
Docker virtual deployment
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
README.md
+9
-0
9 additions, 0 deletions
README.md
docs/source/quickstart.rst
+2
-2
2 additions, 2 deletions
docs/source/quickstart.rst
with
12 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
4fede558
...
...
@@ -6,6 +6,7 @@ coverage.xml
*.egg-info
docs/build
docs/source/_static/openapi.json
my-venv-directory
.vscode
...
...
This diff is collapsed.
Click to expand it.
README.md
+
9
−
0
View file @
4fede558
...
...
@@ -4,4 +4,13 @@ LSO: an API that allows for remotely executing Ansible playbooks
## Running locally
### Standalone deployment
Build documentation using
`build-docs.sh`
, and check out the quickstart page.
### Docker deployment
Run the following from the root, then refer to the above documentation for usage.
```
bash
./docker/docker-start.sh
```
This diff is collapsed.
Click to expand it.
docs/source/quickstart.rst
+
2
−
2
View file @
4fede558
...
...
@@ -39,7 +39,7 @@ Running the App
.. code-block:: bash
SETTINGS_FILENAME=/absolute/path/to/config.json python -m
goat_
lso.app
SETTINGS_FILENAME=/absolute/path/to/config.json python -m lso.app
Examples
...
...
@@ -49,7 +49,7 @@ Examples
curl http://localhost:44444/api/version
* List all available playbooks
*
(Not available yet)
List all available playbooks
.. code-block:: bash
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment