Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ansible Playbook can spin up both Standard and Demo Install Profile #1993

Closed
alxp opened this issue Dec 2, 2021 · 3 comments
Closed

Ansible Playbook can spin up both Standard and Demo Install Profile #1993

alxp opened this issue Dec 2, 2021 · 3 comments
Assignees
Labels
Subject: Ansible Playbook Related to the maintenance and upkeep associated with an Ansible Playbook for Islandora. Always also Subject: User Experience Related to a user’s experience with the software.

Comments

@alxp
Copy link
Contributor

alxp commented Dec 2, 2021

PR: Islandora-Devops/islandora-playbook#206

By specifying in either a Unix environment variable or Ansible inventory variable, a user can use the Playbook to spin up either a vanilla Drupal site with Islandora Defaults enabled or the islandora_install_profile_demo Install Profile.

@alxp alxp added the Subject: Ansible Playbook Related to the maintenance and upkeep associated with an Ansible Playbook for Islandora. Always also label Dec 2, 2021
@alxp alxp changed the title Ansible can spin up both Standard and Demo Install Profile Ansible Playbook can spin up both Standard and Demo Install Profile Dec 2, 2021
@rosiel rosiel added the Subject: User Experience Related to a user’s experience with the software. label Dec 2, 2021
@misilot
Copy link
Contributor

misilot commented Apr 5, 2022

Is the islandora_install_profile_demo or demo the same as the install profile that one would get with isle-dc?

@alxp
Copy link
Contributor Author

alxp commented Apr 6, 2022

Here's the Ansible variables pertaining to the 'demo' option:

cmtctest:islandora-playbook aoneill$ cd vars/
cmtctest:vars aoneill$ cat demo.yml 
---

drupal_build_composer_project: false

drupal_deploy: true
drupal_build_composer: false
drupal_deploy_repo: https://github.com/islandora-devops/islandora-sandbox
drupal_deploy_version: install-profile
drupal_deploy_dir: "{{ drupal_composer_install_dir }}"
drupal_deploy_update: yes
drupal_deploy_composer_install: yes
drupal_deploy_accept_hostkey: yes

drupal_install_profile: islandora_install_profile_demo
openseadragon_composer_item: "islandora/openseadragon:^2"

So they should be the same if you set the environment variable $ISLANDORA_INSTALL_PROFILE to 'demo'.

@rosiel
Copy link
Member

rosiel commented Sep 13, 2022

This has been completed! somewhere around here: Islandora-Devops/islandora-playbook#206

@rosiel rosiel closed this as completed Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Subject: Ansible Playbook Related to the maintenance and upkeep associated with an Ansible Playbook for Islandora. Always also Subject: User Experience Related to a user’s experience with the software.
Development

No branches or pull requests

3 participants