- Mar 09, 2020
-
-
Benjamin Bertrand authored
This is for admin only. Note that deleting a network with existing hosts is not allowed. Same for domain, network scope... Will make testing csentry-api easier by allowing to reset the db during tests. JIRA INFRA-1853 #action In Progress
-
- Mar 08, 2020
-
-
Benjamin Bertrand authored
The device_type has an impact on the DHCP configuration. JIRA INFRA-1846 #action In Progress
-
- Mar 05, 2020
-
-
Benjamin Bertrand authored
- Allow to use "-" in device type name - Add ALLOWED_SET_BOOT_PROFILE_DEVICE_TYPES variable - Rename MicroTCA to MTCA-AMC JIRA INFRA-1835 #action In Progress
-
Benjamin Bertrand authored
If not given, the IP is allocated automatically (first available). This is how it works when using the web UI. JIRA INFRA-1833 #action In Progress
-
Benjamin Bertrand authored
The repository was created for IOC Factory but this isn't used. Repo should be created by IOC Factory anyway if required. JIRA INFRA-1839
-
Benjamin Bertrand authored
This is a dynamic group which will include all hosts that start with the same name as the group JIRA INFRA-1844 #action In Progress
-
- Feb 26, 2020
-
-
Benjamin Bertrand authored
Normal users can only view networks they have access to JIRA INFRA-1809 #action In Progress
-
- Feb 25, 2020
-
-
Benjamin Bertrand authored
The trigger functions were refactored but job_template was passed instead of inventory_source. JIRA INFRA-1792 #action In Progress
-
- Feb 24, 2020
-
-
Benjamin Bertrand authored
JIRA INFRA-1790 #action In Progress
-
- Feb 21, 2020
-
-
Benjamin Bertrand authored
JIRA INFRA-1788 #action In Progress
-
Benjamin Bertrand authored
The version file is created when building the docker image using the git tag. Switch to calendar versioning JIRA INFRA-1789 #action In Progress
-
- Feb 03, 2020
-
-
Benjamin Bertrand authored
- Remove "- CSEntry" (logo is already displayed in tabs depending on the browser) - Specify name of the instance in view and edit pages JIRA INFRA-1726 #action In Progress
-
Benjamin Bertrand authored
JIRA INFRA-1724
-
Benjamin Bertrand authored
JIRA INFRA-1724 #action In Progress
-
Benjamin Bertrand authored
Sensitive hosts shall not be returned in search and get queries (both web and API) for non admin users JIRA INFRA-1671
-
Benjamin Bertrand authored
JIRA INFRA-1671
-
- Jan 28, 2020
-
-
Benjamin Bertrand authored
JIRA INFRA-1671 #action In Progress
-
Benjamin Bertrand authored
JIRA INFRA-1669 #action In Progress
-
Benjamin Bertrand authored
-
- Dec 19, 2019
-
-
Benjamin Bertrand authored
JIRA INFRA-1660 #action In Progress
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
JIRA INFRA-1627
-
Benjamin Bertrand authored
JIRA INFRA-1627 #action In Progress
-
- Dec 18, 2019
-
-
Benjamin Bertrand authored
Check that a group child is not: - the group itself - the "all" group - in one of the parent groups (recursively) JIRA INFRA-1622 #action In Progress
-
Benjamin Bertrand authored
stack_member was incorrectly coerced to a string JIRA INFRA-1648 #action In Progress
-
- Dec 04, 2019
-
-
Benjamin Bertrand authored
JIRA INFRA-1604 #action In Progress
-
- Nov 26, 2019
-
-
Benjamin Bertrand authored
Validation worked in the models because fullmatch is used but in the Regexp validators from wtforms, only match is called. The form validator didn't catch "AAA1100". Test added for this. JIRA INFRA-1569 #action In Progress
-
- Oct 30, 2019
-
-
Benjamin Bertrand authored
Non admin users can't add an interface on a different network scope than the main one. No change for admin users. Note that this is more to avoid confusion. This is not restricted via the API. JIRA INFRA-1297
-
- Oct 29, 2019
-
-
Benjamin Bertrand authored
Endpoints required to update host and interface via the API JIRA INFRA-1406 #action In Progress
-
- Oct 24, 2019
-
-
Benjamin Bertrand authored
The interface name shall start by the host name. Its length must thus be longer than the host. JIRA INFRA-1324 #action In Progress
-
- Sep 18, 2019
-
-
Benjamin Bertrand authored
The inventory update should be triggered separately from the core services update. Both jobs have been decoupled. INFRA-1290
-
Benjamin Bertrand authored
Functionality is deprecated and not used anymore. New playbook written to use the variables in csentry inventory. JIRA INFRA-1299 #action In Progress
-
- Sep 17, 2019
-
-
Benjamin Bertrand authored
- Use flattened datatype (require elasticsearch 7.3) - Upgrade to elasticsearch 7 JIRA INFRA-1295 #action In Progress
-
Benjamin Bertrand authored
JIRA INFRA-1292 #action In Progress
-
Benjamin Bertrand authored
JIRA INFRA-1291 #action In Progress
-
Benjamin Bertrand authored
The core services update will trigger its own inventory sync on launch. As the job takes some time to run, it avoids blocking the main inventory sync. It also allows to trigger a core services update less frequently by keeping only one in queue. INFRA JIRA-1290
-
- Aug 27, 2019
-
-
Benjamin Bertrand authored
New warnings after updating flake8 version used by pre-commit-hooks
-
Benjamin Bertrand authored
A string or list is valid YAML but not valid for Ansible variables. We expect only key-value-pairs (dict). JIRA INFRA-1221
-
- Aug 22, 2019
-
-
Benjamin Bertrand authored
GitLab now accepts "." in the path JIRA INFRA-1230 #action In Progress
-
Benjamin Bertrand authored
Replace previous implementation based on the domain. The domain can be changed per network but in practice we always use the same domain in a network scope. We currently have 9 network scopes but only 3 domains. Using the network scope gives us finer granularity in practice. JIRA INFRA-1228 #action In Progress
-