-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rh-pre-commit.version: 2.0.3 rh-pre-commit.check-secrets: ENABLED
- Loading branch information
Showing
15 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,7 @@ git clone [email protected]:computate-org/computate_project.git ~/.ansible/roles/co | |
## Run the Ansible Galaxy roles to install the complete project locally. | ||
|
||
```bash | ||
ansible-playbook ~/.ansible/roles/computate.computate_project/install.yml -e SITE_NAME=smartvillage-platform -e ENABLE_CODE_GENERATION_SERVICE=true | ||
ansible-playbook ~/.ansible/roles/computate.computate_project/install.yaml -e SITE_NAME=smartvillage-platform -e ENABLE_CODE_GENERATION_SERVICE=true | ||
``` | ||
|
||
## Running the project build and test suite | ||
|
@@ -140,7 +140,7 @@ ansible-vault edit ~/.local/src/smartvillage-platform-ansible/vault/$USER-local | |
You can then run the project install automation again with the secrets in the vault, it will ask for the password. | ||
|
||
```bash | ||
ansible-playbook ~/.ansible/roles/computate.computate_project/install.yml -e SITE_NAME=smartvillage-platform -e ENABLE_CODE_GENERATION_SERVICE=true -e @~/.local/src/smartvillage-platform-ansible/vault/$USER-local --vault-id @prompt | ||
ansible-playbook ~/.ansible/roles/computate.computate_project/install.yaml -e SITE_NAME=smartvillage-platform -e ENABLE_CODE_GENERATION_SERVICE=true -e @~/.local/src/smartvillage-platform-ansible/vault/$USER-local --vault-id @prompt | ||
``` | ||
|
||
# Configure Eclipse IDE | ||
|
@@ -212,7 +212,7 @@ Add these update sites and install these useful plugins: | |
|
||
Setup the following variables to setup the Vert.x verticle. | ||
|
||
* CONFIG_PATH: ~/.local/src/smartvillage-platform/config/smartvillage-platform.yml | ||
* CONFIG_PATH: ~/.local/src/smartvillage-platform/config/smartvillage-platform.yaml | ||
* RUN_OPENAPI3_GENERATOR: true | ||
* RUN_SQL_GENERATOR: true | ||
* RUN_FIWARE_GENERATOR: true | ||
|
@@ -239,7 +239,7 @@ Setup the following VM arguments to disable caching for easier web development: | |
|
||
Setup the following variables to setup the Vert.x verticle. | ||
|
||
* CONFIG_PATH: ~/.local/src/smartvillage-platform/config/smartvillage-platform.yml | ||
* CONFIG_PATH: ~/.local/src/smartvillage-platform/config/smartvillage-platform.yaml | ||
* VERTXWEB_ENVIRONMENT: dev | ||
|
||
Click [ Apply ] and [ Debug ] to debug the application. | ||
|
@@ -315,13 +315,13 @@ AUTH_TOKEN_URI: "/auth/realms/SMARTVILLAGE/protocol/openid-connect/token" | |
```bash | ||
|
||
ansible-playbook --vault-id @prompt -e @~/.local/src/smartvillage-platform-ansible/vault/$USER-staging/vault ~/.ansible/roles/computate.computate_postgres_openshift/install.yml -e SITE_NAME=smartvillage-platform | ||
ansible-playbook --vault-id @prompt -e @~/.local/src/smartvillage-platform-ansible/vault/$USER-staging/vault ~/.ansible/roles/computate.computate_postgres_openshift/install.yaml -e SITE_NAME=smartvillage-platform | ||
|
||
ansible-playbook --vault-id @prompt -e @~/.local/src/smartvillage-platform-ansible/vault/$USER-staging/vault ~/.ansible/roles/computate.computate_zookeeper_openshift/install.yml -e SITE_NAME=smartvillage-platform | ||
ansible-playbook --vault-id @prompt -e @~/.local/src/smartvillage-platform-ansible/vault/$USER-staging/vault ~/.ansible/roles/computate.computate_zookeeper_openshift/install.yaml -e SITE_NAME=smartvillage-platform | ||
|
||
ansible-playbook --vault-id @prompt -e @~/.local/src/smartvillage-platform-ansible/vault/$USER-staging/vault ~/.ansible/roles/computate.computate_solr_openshift/install.yml -e SITE_NAME=smartvillage-platform | ||
ansible-playbook --vault-id @prompt -e @~/.local/src/smartvillage-platform-ansible/vault/$USER-staging/vault ~/.ansible/roles/computate.computate_solr_openshift/install.yaml -e SITE_NAME=smartvillage-platform | ||
|
||
ansible-playbook --vault-id @prompt -e @~/.local/src/smartvillage-platform-ansible/vault/$USER-staging/vault ~/.ansible/roles/computate.computate_project_openshift/install.yml -e SITE_NAME=smartvillage-platform | ||
ansible-playbook --vault-id @prompt -e @~/.local/src/smartvillage-platform-ansible/vault/$USER-staging/vault ~/.ansible/roles/computate.computate_project_openshift/install.yaml -e SITE_NAME=smartvillage-platform | ||
``` | ||
|
||
## How to run the application as a Podman container | ||
|
@@ -349,7 +349,7 @@ podman push computateorg/smartvillage-platform:latest quay.io/computateorg/smart | |
## How the base classes for this project were created | ||
|
||
```bash | ||
ansible-playbook -e @~/.local/src/smartvillage-platform/local/ansible_install_vars.yml ~/.local/src/computate-org/vertx_project.yml | ||
ansible-playbook -e @~/.local/src/smartvillage-platform/local/ansible_install_vars.yaml ~/.local/src/computate-org/vertx_project.yaml | ||
``` | ||
|
||
# Load a new map traffic data into SUMO | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Empty file.
Empty file.
Empty file.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters