- Jul 06, 2018
-
-
-
Benjamin Bertrand authored
Add new jinja2 filter to format datetime
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
torn was configured to run playbooks on the GPN via a proxy.
-
Benjamin Bertrand authored
- the version of libiconv used was removed... - fix formatting
-
- Jul 03, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Avoid calling the database several times. Several attributes can be updated in one call.
-
Benjamin Bertrand authored
Only save exceptions that occur before the AWX job was triggered. If the AWX job failed, we can refer to the logs on AWX.
-
Benjamin Bertrand authored
-
- Jul 02, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Allow to display tasks JIRA INFRA-403
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Table used to save the RQ background jobs JIRA INFRA-403
-
- Jun 28, 2018
-
-
Benjamin Bertrand authored
JIRA INFRA-402
-
- May 25, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Memory shall be passed in MB and GB
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Change "CSentry" to "CSEntry-test" in the navbar (upper left corner) and set it to red on the staging server. This is done by setting the variable CSENTRY_STAGING to True in the settings.cfg file for the staging server (variable set to False by default). JIRA INFRA-347
-
Benjamin Bertrand authored
JIRA INFRA-302
-
- May 24, 2018
-
-
Benjamin Bertrand authored
a "startsWith" was inserted by commit 1a2f3786 This is the javascript syntax. In Python, it should be lowercase "startswith"...
-
Benjamin Bertrand authored
Passing tags as kwarg to the InterfaceForm doesn't work because obj takes precedence (but interface.tags contain Tag instances and not id) We need to update the default values. Calling process is required. See https://stackoverflow.com/questions/5519729/wtforms-how-to-select-options-in-selectmultiplefield JIRA INFRA-334
-
- May 23, 2018
-
-
Benjamin Bertrand authored
Both AWX_VM_CREATION_ENABLED and AWX_JOB_ENABLED shall be set to True to enable VM creation. An extra variable is used because the core services can be updated from csentry-test but VM creation shouldn't (for now)
-
Benjamin Bertrand authored
Allow to create a VM or Virtual IOC
-
Benjamin Bertrand authored
"gateway" tag removed. It could be re-added if needed to overwrite the default computed gateway for example. JIRA INFRA-339
-
- May 22, 2018
-
-
Benjamin Bertrand authored
A new template 'ics-ans-core @ DHCP test' was created to test the DNS and DHCP deployment. This is the one o use by default. The "real" template should be used in the production settings.cfg
-
Benjamin Bertrand authored
Tags and device_types are used as key in Ansible roles. They shouldn't contain any spaces to avoid issues. JIRA INFRA-334
-
- May 09, 2018
-
-
Benjamin Bertrand authored
AWX jobs should only be triggered on the production server (not from staging). At least until we get a full staging environment.
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
- rename physical to physical machine - IOC should be a tag JIRA INFRA-302
-
- Apr 27, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
- RQ Dashboard shall only be accessible to admin users - "REDIS_URL" is hard-coded in rq-dashboard (had to rename RQ_REDIS_URL)
-
Benjamin Bertrand authored
The "REDIS_URL" variable is hard-coded in RQ Dashboard. REDIS_URL was used by redis_store that is passed to Flask Session. The url variable used by Flask-Redis can be changed by setting the config_prefix. 1. Rename REDIS_URL to SESSION_REDIS_URL 2. Rename redis_store to session_redis_store 3. Use "SESSION_REDIS" config_prefix to initialize session_redis_store This makes it clear that this Redis instance is used by Flask-Session. REDIS_URL will be used for RQ.
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
- Apr 23, 2018
-
-
Benjamin Bertrand authored
This is to be used for stack of switches only - a stack_member is linked to an host (device_type has to be "Switch") - a stack_member is an integer between 0 and 9 (included) or can be None - the couple (host_id, stack_member) must be unique JIRA INFRA-267
-
Benjamin Bertrand authored
- rename "Virtual" to "Virtual Machine" - add "Virtual IOC" - add several physical devices (Switch, Industrial PC IOC, MicroTCA, VME, PLC)
-
Benjamin Bertrand authored
-