-
Notifications
You must be signed in to change notification settings - Fork 107
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
Auto deployment #681
Merged
Merged
Auto deployment #681
Conversation
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
helenst
force-pushed
the
dev/auto-deployment
branch
from
July 21, 2017 14:32
750e8bb
to
df4c86d
Compare
Before, you needed to have the user authorized *AND* a whitelisted IP address which makes really hard or impossible to work with deployment environmnets like Amazon ECS or similar where the origin IP address is not known in advance. The `api_whitelist` setting is now set to empty string by default, which means no whitelist is applied. This can be changed at install time by the installer command.
helenst
force-pushed
the
dev/auto-deployment
branch
from
July 21, 2017 14:38
df4c86d
to
9f03ca8
Compare
This was referenced Jul 26, 2017
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
Jan 17, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - amsrc-configure-dashboard: To create the dashboard admin user and to register pipeline on SS - amsrc-configure-ss: To create SS superuser - amsrc-configure-ss-dashboard: To enable both They are disabled by default.
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
Jan 17, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - amsrc-configure-dashboard: To create the dashboard admin user and to register pipeline on SS - amsrc-configure-ss: To create SS superuser - amsrc-configure-ss-dashboard: To enable both They are disabled by default.
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
Jan 17, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - amsrc-configure-dashboard: To create the dashboard admin user and to register pipeline on SS - amsrc-configure-ss: To create SS superuser - amsrc-configure-ss-dashboard: To enable both They are disabled by default.
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
Jan 29, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - amsrc-configure-dashboard: To create the dashboard admin user and to register pipeline on SS - amsrc-configure-ss: To create SS superuser They are disabled by default.
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
Jan 29, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - amsrc-configure-dashboard: To create the dashboard admin user and to register pipeline on SS - amsrc-configure-ss: To create SS superuser They are disabled by default.
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
Jan 29, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - amsrc-configure-dashboard: To create the dashboard admin user and to register pipeline on SS - amsrc-configure-ss: To create SS superuser They are disabled by default.
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
Jan 30, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - amsrc-configure-dashboard: To create the dashboard admin user and to register pipeline on SS - amsrc-configure-ss: To create SS superuser They are disabled by default.
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
May 11, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - amsrc-configure-dashboard: To create the dashboard admin user and to register pipeline on SS - amsrc-configure-ss: To create SS superuser They are disabled by default.
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
May 11, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - amsrc-configure-dashboard: To create the dashboard admin user and to register pipeline on SS - amsrc-configure-ss: To create SS superuser They are disabled by default.
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
May 23, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - amsrc-configure-dashboard: To create the dashboard admin user and to register pipeline on SS - amsrc-configure-ss: To create SS superuser They are disabled by default.
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
May 23, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - archivematica_src_configure_dashboard: To create the dashboard admin user and to register pipeline on SS - archivematica_src_configure_ss: To create SS superuser They are disabled by default.
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
Jun 26, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - archivematica_src_configure_dashboard: To create the dashboard admin user and to register pipeline on SS - archivematica_src_configure_ss: To create SS superuser They are disabled by default.
jhsimpson
pushed a commit
to jhsimpson/ansible-archivematica-src
that referenced
this pull request
Jul 23, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - archivematica_src_configure_dashboard: To create the dashboard admin user and to register pipeline on SS - archivematica_src_configure_ss: To create SS superuser They are disabled by default.
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
Aug 2, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - archivematica_src_configure_dashboard: To create the dashboard admin user and to register pipeline on SS - archivematica_src_configure_ss: To create SS superuser They are disabled by default.
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
Aug 8, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - archivematica_src_configure_dashboard: To create the dashboard admin user and to register pipeline on SS - archivematica_src_configure_ss: To create SS superuser They are disabled by default.
mamedin
added a commit
to artefactual-labs/ansible-archivematica-src
that referenced
this pull request
Aug 8, 2018
This PR will use the features added by the following PRs: -artefactual/archivematica#681 -artefactual/archivematica-storage-service#213 Specifically, this PR allows to: a) Create a SS superuser b) Create a dashboard admin user and register the pipeline on the SS. To configure SS and pipeline on a deployment, the following boolean extra-vars have to be enabled: - archivematica_src_configure_dashboard: To create the dashboard admin user and to register pipeline on SS - archivematica_src_configure_ss: To create SS superuser They are disabled by default.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is for #665.
There is a related PR on Storage Service: artefactual/archivematica-storage-service#213 - it probably makes sense to merge these at the same time, although not strictly necessary.
There is work to do to make use of these commands in the Ansible scripts. I'm going to create an issue there but I don't think it's essential for it to be done at the same time as this.