Page MenuHomeDevCentral
Feed All Stories

Oct 9 2018

dereckson requested review of D1867: Initialize the microservice.
Oct 9 2018, 18:15
dereckson committed rLFfe5923fdd069: Bump version to 0.2.0 (authored by dereckson).
Bump version to 0.2.0
Oct 9 2018, 17:30
dereckson closed D1866: Bump version to 0.2.0.
Oct 9 2018, 17:30
dereckson accepted D1866: Bump version to 0.2.0.
Oct 9 2018, 17:30
dereckson requested review of D1866: Bump version to 0.2.0.
Oct 9 2018, 17:28
dereckson committed rOPSb249d7fa6d1e: Allow containers to connect to host (authored by dereckson).
Allow containers to connect to host
Oct 9 2018, 16:14
dereckson closed T1463: Configure firewalld to allow container to host communication as Resolved by committing rOPSb249d7fa6d1e: Allow containers to connect to host.
Oct 9 2018, 16:14 · Nasqueron Docker deployment squad, Servers
dereckson closed D1865: Allow containers to connect to host.
Oct 9 2018, 16:14
dereckson added a comment to D1865: Allow containers to connect to host.
Equatower
$ systemctl restart firewalld
$ systemctl status firewalld
● firewalld.service - firewalld - dynamic firewall daemon
   Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor preset: enabled)
   Active: active (running) since Tue 2018-10-09 16:10:06 UTC; 3s ago
Oct 9 2018, 16:10
dereckson accepted D1865: Allow containers to connect to host.
Salt master
$ salt equatower state.apply roles/paas-docker/docker/firewall
equatower:
----------
          ID: /etc/firewalld/zones/public.xml
    Function: file.managed
      Result: True
     Comment: File /etc/firewalld/zones/public.xml updated
     Started: 16:07:39.382235
    Duration: 192.337 ms
     Changes:   
              ----------
              diff:
                  --- 
                  +++ 
                  @@ -6,8 +6,20 @@
                     <service name="dhcpv6-client"/>
                     <service name="http"/>
                     <service name="https"/>
                  +
                     <rule family="ipv4">
                  -    <source address="172.16.0.0/12" />
                  +    <source address="172.18.2.0/24" />
                       <accept />
                     </rule>
                  +
                  +  <rule family="ipv4">
                  +    <source address="172.18.1.0/24" />
                  +    <accept />
                  +  </rule>
                  +
                  +  <rule family="ipv4">
                  +    <source address="172.17.0.0/16" />
                  +    <accept />
                  +  </rule>
                  +
                   </zone>
Oct 9 2018, 16:09
dereckson claimed T1463: Configure firewalld to allow container to host communication.
Oct 9 2018, 16:08 · Nasqueron Docker deployment squad, Servers
dereckson updated the diff for D1865: Allow containers to connect to host.

OS family is RedHat, not CentOS

Oct 9 2018, 16:07
dereckson added a revision to T1463: Configure firewalld to allow container to host communication: D1865: Allow containers to connect to host.
Oct 9 2018, 16:06 · Nasqueron Docker deployment squad, Servers
dereckson requested review of D1865: Allow containers to connect to host.
Oct 9 2018, 16:06
dereckson committed rOPSc98dd3322df7: Allow to get the list of Docker network subnets from pillar config (authored by dereckson).
Allow to get the list of Docker network subnets from pillar config
Oct 9 2018, 15:57
dereckson closed D1864: Allow to get the list of Docker network subnets from pillar config.
Oct 9 2018, 15:57
dereckson accepted D1864: Allow to get the list of Docker network subnets from pillar config.
Oct 9 2018, 15:57
dereckson added a revision to T1463: Configure firewalld to allow container to host communication: D1864: Allow to get the list of Docker network subnets from pillar config.
Oct 9 2018, 15:57 · Nasqueron Docker deployment squad, Servers
dereckson added a task to D1864: Allow to get the list of Docker network subnets from pillar config: T1463: Configure firewalld to allow container to host communication.
Oct 9 2018, 15:57
dereckson created T1463: Configure firewalld to allow container to host communication.
Oct 9 2018, 15:56 · Nasqueron Docker deployment squad, Servers
dereckson requested review of D1864: Allow to get the list of Docker network subnets from pillar config.
Oct 9 2018, 15:53
dereckson created T1462: Improve documentation for Kernel module.
Oct 9 2018, 13:53 · documentation, Limiting Factor
dereckson committed rLF19a5ac8cb5ac: Make PostgreSQL integration optional (authored by dereckson).
Make PostgreSQL integration optional
Oct 9 2018, 13:46
dereckson closed T1421: Create a SimpleApplication to run Rocket without Diesel bindings as Resolved by committing rLF19a5ac8cb5ac: Make PostgreSQL integration optional.
Oct 9 2018, 13:46 · Limiting Factor
dereckson closed T1421: Create a SimpleApplication to run Rocket without Diesel bindings, a subtask of T1048: Parse names using the rust human-name crate, as Resolved.
Oct 9 2018, 13:46 · good-first-issue, Source templates generator
dereckson closed T1421: Create a SimpleApplication to run Rocket without Diesel bindings, a subtask of T1461: Prepare an API to get information about registry, as Resolved.
Oct 9 2018, 13:46 · Limiting Factor, Nasqueron API, Operations sprints (The Dreadnought will produce new officers)
dereckson closed D1863: Make PostgreSQL integration optional.
Oct 9 2018, 13:46
dereckson accepted D1863: Make PostgreSQL integration optional.
Oct 9 2018, 13:46
dereckson updated the diff for D1863: Make PostgreSQL integration optional.

Restore cargo configuration to use the full profile by default, Fix an eager replace for DefaultApplication → BaseApplication in the documentation.

Oct 9 2018, 13:14
dereckson updated the test plan for D1863: Make PostgreSQL integration optional.
Oct 9 2018, 13:05
dereckson updated the diff for D1863: Make PostgreSQL integration optional.

Add some missing feature gates

Oct 9 2018, 13:04
dereckson updated the diff for D1863: Make PostgreSQL integration optional.

Separate concerns for application (CLI runner, with exit codes) and service (run the Rocket server, returns error)

Oct 9 2018, 12:30
dereckson updated the diff for D1863: Make PostgreSQL integration optional.

DefaultApplication → BaseApplication ; DefaultApplication as an helper wrapper to force config type, exactly like MinimalApplication.

Oct 9 2018, 11:28
dereckson updated the summary of D1863: Make PostgreSQL integration optional.
Oct 9 2018, 10:18
dereckson planned changes to D1863: Make PostgreSQL integration optional.

Could be simplified a lot if we lazy evaluate configuration:

Oct 9 2018, 00:46
dereckson requested review of D1863: Make PostgreSQL integration optional.
Oct 9 2018, 00:12
dereckson added a revision to T1421: Create a SimpleApplication to run Rocket without Diesel bindings: D1863: Make PostgreSQL integration optional.
Oct 9 2018, 00:12 · Limiting Factor
dereckson added a subtask for T1461: Prepare an API to get information about registry: T1421: Create a SimpleApplication to run Rocket without Diesel bindings.
Oct 9 2018, 00:05 · Limiting Factor, Nasqueron API, Operations sprints (The Dreadnought will produce new officers)
dereckson added a parent task for T1421: Create a SimpleApplication to run Rocket without Diesel bindings: T1461: Prepare an API to get information about registry.
Oct 9 2018, 00:05 · Limiting Factor
dereckson updated the task description for T1421: Create a SimpleApplication to run Rocket without Diesel bindings.
Oct 9 2018, 00:05 · Limiting Factor
dereckson claimed T1421: Create a SimpleApplication to run Rocket without Diesel bindings.
Oct 9 2018, 00:03 · Limiting Factor
dereckson updated the task description for T1459: Make PostgreSQL integration an optional feature .
Oct 9 2018, 00:03 · Limiting Factor
dereckson merged T1459: Make PostgreSQL integration an optional feature into T1421: Create a SimpleApplication to run Rocket without Diesel bindings.
Oct 9 2018, 00:02 · Limiting Factor
dereckson merged task T1459: Make PostgreSQL integration an optional feature into T1421: Create a SimpleApplication to run Rocket without Diesel bindings.
Oct 9 2018, 00:02 · Limiting Factor

Oct 8 2018

dereckson triaged T1461: Prepare an API to get information about registry as Low priority.
Oct 8 2018, 20:32 · Limiting Factor, Nasqueron API, Operations sprints (The Dreadnought will produce new officers)
dereckson triaged T1460: Prepare an information page about private Docker registy as Low priority.
Oct 8 2018, 20:28 · Nasqueron API, Servers, Operations sprints (The Dreadnought will produce new officers)
dereckson created T1459: Make PostgreSQL integration an optional feature .
Oct 8 2018, 20:26 · Limiting Factor
dereckson set the image for Limiting Factor to F655692: profile.
Oct 8 2018, 20:24
dereckson committed rOPS171fd2a35928: Append a trailing slash to Bugzilla URL (authored by dereckson).
Append a trailing slash to Bugzilla URL
Oct 8 2018, 00:53
dereckson closed D1862: Append a trailing slash to Bugzilla URL.
Oct 8 2018, 00:53
dereckson accepted D1862: Append a trailing slash to Bugzilla URL.
Oct 8 2018, 00:53
dereckson requested review of D1862: Append a trailing slash to Bugzilla URL.
Oct 8 2018, 00:53

Oct 7 2018

dereckson committed rOPSf95a5134a128: Deploy Bugzilla Docker container for Espace Win (authored by dereckson).
Deploy Bugzilla Docker container for Espace Win
Oct 7 2018, 23:04
dereckson closed D1857: Deploy Bugzilla Docker container for Espace Win.
Oct 7 2018, 23:04
dereckson accepted D1857: Deploy Bugzilla Docker container for Espace Win.
Oct 7 2018, 23:04
dereckson updated the diff for D1857: Deploy Bugzilla Docker container for Espace Win.

Tweak parameters format

Oct 7 2018, 23:03
dereckson committed rDBUGZ26184d60ab21: Make init-container executable (authored by dereckson).
Make init-container executable
Oct 7 2018, 22:49
dereckson closed D1861: Make init-container executable.
Oct 7 2018, 22:49
dereckson accepted D1861: Make init-container executable.
Oct 7 2018, 22:48
dereckson requested review of D1861: Make init-container executable.
Oct 7 2018, 22:47
dereckson updated the diff for D1857: Deploy Bugzilla Docker container for Espace Win.

Load credentials zr pillar section on Dwellers

Oct 7 2018, 22:42
dereckson committed rZR924bc17372ac: Ensure errors are sent to stderr (authored by dereckson).
Ensure errors are sent to stderr
Oct 7 2018, 22:39
dereckson closed D1859: Ensure errors are sent to stderr.
Oct 7 2018, 22:39
dereckson committed rZR5db5d3c70ac9: Fix whitespace issue (authored by dereckson).
Fix whitespace issue
Oct 7 2018, 22:39
dereckson closed D1860: Fix whitespace issue.
Oct 7 2018, 22:39
dereckson accepted D1860: Fix whitespace issue.
Oct 7 2018, 22:38
dereckson retitled D1860: Fix whitespace issue from Fix whitespace issue. to Fix whitespace issue.
Oct 7 2018, 22:38
dereckson requested review of D1860: Fix whitespace issue.
Oct 7 2018, 22:38
dereckson accepted D1859: Ensure errors are sent to stderr.
Oct 7 2018, 22:37
dereckson requested review of D1859: Ensure errors are sent to stderr.
Oct 7 2018, 22:37
dereckson committed rOPSc54dbd58ef47: Ensure a valid id is provided to zr functions (authored by dereckson).
Ensure a valid id is provided to zr functions
Oct 7 2018, 22:32
dereckson closed D1858: Ensure a valid id is provided to zr functions.
Oct 7 2018, 22:32
dereckson accepted D1858: Ensure a valid id is provided to zr functions.
Oct 7 2018, 22:31
dereckson updated the summary of D1858: Ensure a valid id is provided to zr functions.
Oct 7 2018, 22:31
dereckson requested review of D1858: Ensure a valid id is provided to zr functions.
Oct 7 2018, 22:31
dereckson requested review of D1857: Deploy Bugzilla Docker container for Espace Win.
Oct 7 2018, 21:59
dereckson added a revision to T205: Migrate *.espace-win.org: D1857: Deploy Bugzilla Docker container for Espace Win.
Oct 7 2018, 21:59 · Servers, Grip migration
dereckson committed rOPSd4cb06d43c8a: Deploy a MySQL 5.7 container for Bugzilla (authored by dereckson).
Deploy a MySQL 5.7 container for Bugzilla
Oct 7 2018, 21:28
dereckson closed D1855: Deploy a MySQL 5.7 container for Bugzilla.
Oct 7 2018, 21:28
dereckson accepted D1855: Deploy a MySQL 5.7 container for Bugzilla.

Works fine on Dwellers and is equipotent on Equatower.

Oct 7 2018, 21:28
dereckson updated the diff for D1855: Deploy a MySQL 5.7 container for Bugzilla.

Allow numeric versions

Oct 7 2018, 21:22
dereckson planned changes to D1855: Deploy a MySQL 5.7 container for Bugzilla.
Oct 7 2018, 21:21
dereckson updated the diff for D1855: Deploy a MySQL 5.7 container for Bugzilla.

Fix Python logic error

Oct 7 2018, 21:18
dereckson committed rDBUGZ7c7b53056239: Provide a Bugzilla image using Apache 2.4 with mod_perl (authored by dereckson).
Provide a Bugzilla image using Apache 2.4 with mod_perl
Oct 7 2018, 21:01
dereckson closed D1852: Provide a Bugzilla image using Apache 2.4 with mod_perl.
Oct 7 2018, 21:01
dereckson accepted D1852: Provide a Bugzilla image using Apache 2.4 with mod_perl.
Oct 7 2018, 21:01
dereckson updated the diff for D1852: Provide a Bugzilla image using Apache 2.4 with mod_perl.

Fix spaces

Oct 7 2018, 21:01
dereckson updated the diff for D1852: Provide a Bugzilla image using Apache 2.4 with mod_perl.

Create /usr/local/lib/bugzilla directory, fix init-container syntax error.

Oct 7 2018, 20:56
dereckson committed rDMYSQLfa058ccac6e2: Require MySQL 5.7 (authored by dereckson).
Require MySQL 5.7
Oct 7 2018, 18:38
dereckson closed D1856: Require MySQL 5.7.
Oct 7 2018, 18:37 · Docker images
dereckson accepted D1856: Require MySQL 5.7.
Oct 7 2018, 18:25 · Docker images
dereckson requested review of D1856: Require MySQL 5.7.
Oct 7 2018, 18:24 · Docker images
dereckson updated the test plan for D1855: Deploy a MySQL 5.7 container for Bugzilla.
Oct 7 2018, 18:20
dereckson updated the test plan for D1855: Deploy a MySQL 5.7 container for Bugzilla.
Oct 7 2018, 18:20
dereckson requested review of D1855: Deploy a MySQL 5.7 container for Bugzilla.
Oct 7 2018, 18:19
dereckson added a revision to T205: Migrate *.espace-win.org: D1855: Deploy a MySQL 5.7 container for Bugzilla.
Oct 7 2018, 18:19 · Servers, Grip migration
dereckson committed rOPS0cfe3a883d7d: Document a Dwellers section for the Docker containers pillar entry (authored by dereckson).
Document a Dwellers section for the Docker containers pillar entry
Oct 7 2018, 17:30
dereckson closed D1854: Document a Dwellers section for the Docker containers pillar entry.
Oct 7 2018, 17:30
dereckson accepted D1854: Document a Dwellers section for the Docker containers pillar entry.
Oct 7 2018, 17:30
dereckson requested review of D1854: Document a Dwellers section for the Docker containers pillar entry.
Oct 7 2018, 17:30