-
Notifications
You must be signed in to change notification settings - Fork 2
-
Help, I don't have access to e.g. https://collections.my.site/manage/list!
-
So what happens when i rerun the ansible? it doesn’t like make two versions of everything?
Help, I don't have access to e.g. https://collections.my.site/manage/list
First, check that you have the correct roles assigned to your user, see User-Roles-and-Services. Adding the ADMIN role is actually not enough to get admin rights to manage the collectory.
If you have the correct rights, it may be a problem with the auth cache. Try logging out and in again, or logging in with a different browser.
It's quite common to rerun ansible
with ala-install
from time to time, for instance to upgrade some LA service, etc.
In general you repeat the same tasks. If you changed some variable in your inventories, it will reconfigure your service using it. If you update ala-install
you will use new versions and/or configuration variables.
The only exception are probably solr
, cassandra
(this is biocache_backend) and nameindex
:
-
solr
: becauseala-install
tries to create the cores and fails. Use--skip
(see below) -
cassandra
: because removes the cassandra data so it's better to skip if you already ingested data (this is done because if you have a cluster, you have to start from zero in new cassandra nodes). -
nameindex
: you repeat the same task (download, unzip, backup previousnamedindex
) and at the end you are out of disk because/data/lucene
is full ofnameindex
copies.
So better --skip nameindex,solr7_create_cores,cassandra
if you are using ansible-playbook
or --skip=nameindex,solr7_create_cores,cassandra
if you are using the LA generator ansiblew
wrapper.
Also you can use --tags properties
with ansible-playbook
(or -p
with ansiblew
wrapper) if you only want to propagate new properties variable changes [1]
[1] This will not work with CAS and Spatial because the way these playbooks are written including roles.
Index
- Wiki home
- Community
- Getting Started
- Support
- Portals in production
- ALA modules
- Demonstration portal
- Data management in ALA Architecture
- DataHub
- Customization
- Internationalization (i18n)
- Administration system
- Contribution to main project
- Study case