phpIPAM Docker image
phpIPAM-agent Docker image
Quagga BGPD Docker image
Software-Defined Networking tools for LXC (LinuX Containers)
A cache system for aiohttp server
Python Netlink and PF_ROUTE library — network setup and monitoring
Build and document REST APIs with aiohttp and apispec
Swagger API Documentation builder for aiohttp server
Ansible Docker image
Securely manage passwords, certs, and other secrets in Chef
PR opened pierrecdn/phpipam
Tested this on Docker Hub and on a Linux host with "docker build".
Left PHP docker image version as 7.2, if you use 7.4 the build will fail due to flags that are no longer accepted by the "docker-php-ext-configure" command (--with-freetype-dir, etc).
pr created time in 13 hours
issue closedpierrecdn/phpipam
Update image to use latest version of phpIPAM (1.4.2)
Would it just be as simple as changing the dockerfile so that the phpIPAM version reads 1.4.2 instead of 1.4?
closed time in 13 hours
netstxissue openedpierrecdn/phpipam
Update image to use latest version of phpIPAM (1.4.2)
Would it just be as simple as changing the dockerfile so that the phpIPAM version reads 1.4.2 instead of 1.4?
created time in 15 hours
delete branch criteo-cookbooks/nexus3
delete branch : repo_cleanup_policy_order
delete time in 2 days
push eventcriteo-cookbooks/nexus3
commit sha 53b18ec6550ec4d9b6ee7e48aff9f4d92ca0bc58
Bump chef used in CI to 14.7.17
commit sha 4958da97686379061552f9bcfe80179e44fb19fa
Coerce repositories attributes to ensure proper comparison The returned cleanup policies order may not be consistent. As the order is not important here, we can sort the array to ensure the resource is comparing the value properly and in a consistent way.
push time in 2 days
PR merged criteo-cookbooks/nexus3
The returned cleanup policies order may not be consistent. As the order is not important here, we can sort the array to ensure the resource is comparing the value properly and in a consistent way.
pr closed time in 2 days
push eventcriteo-cookbooks/nexus3
commit sha a31927bd489a27be15c5053d06286ffe4bb12b6b
Bump chef used in CI to 14.7.17
commit sha 2d157e3bc836133e510aacf32ebe2071ba5e086a
Coerce repositories attributes to ensure proper comparison The returned cleanup policies order may not be consistent. As the order is not important here, we can sort the array to ensure the resource is comparing the value properly and in a consistent way.
push time in 3 days
push eventcriteo-cookbooks/nexus3
commit sha 1ffc94348f896df3ca4bbe762465aa7f600c55c1
Bump chef used in CI to 14.7.17
commit sha f0d0578417374f1acd88687e4719eaf38b2e45e6
Coerce repositories attributes to ensure proper comparison The returned cleanup policies order may not be consistent. As the order is not important here, we can sort the array to ensure the resource is comparing the value properly and in a consistent way.
push time in 3 days
push eventcriteo-cookbooks/nexus3
commit sha fad0e1f5f5c8d6a2bca786ebc63115dac6246d40
Coerce repositories attributes to ensure proper comparison The returned cleanup policies order may not be consistent. As the order is not important here, we can sort the array to ensure the resource is comparing the value properly and in a consistent way.
push time in 3 days
PR opened criteo-cookbooks/nexus3
The returned cleanup policies order may not be consistent. As the order is not important here, we can sort the array to ensure the resource is comparing the value properly and in a consistent way.
pr created time in 3 days
create barnchcriteo-cookbooks/nexus3
branch : repo_cleanup_policy_order
created branch time in 3 days
PR closed criteo-cookbooks/rundeck-server
Folks, I am building support for rundeck 3 into rundeck-server, this is done in a backwards incompatible way at the moment, I don't expect you'll want to just use this outright, but perhaps it will be useful to you for when you have to move the rundeck 3.
pr closed time in 3 days
push eventcriteo-forks/py-consul
commit sha 726c049610cae0e35342f3699bf2c56c74fddfc1
base: ensure return format of json callback is more consistent Prevent returning a tuple upon 404 and honor index parameter instead.
push time in 4 days
PR merged criteo-forks/py-consul
Prevent returning a tuple upon 404 and honor index parameter instead.
pr closed time in 4 days
PR closed criteo-forks/py-consul
This will allow to reduce pressure on consul by storing a value if and only if it is different from what is in the kv
pr closed time in 4 days
PR opened criteo-forks/py-consul
Prevent returning a tuple upon 404 and honor index parameter instead.
pr created time in 4 days
created tagcriteo-cookbooks/choregraphie
Choregraphie offers primitive to coordinate convergence of chef resources.
created time in 4 days
push eventcriteo-cookbooks/choregraphie
commit sha d9e6465d61ce62e5a042f5b820d3e07756aad074
Fixup for consul primitive For services where we checked by checkids but not all checks, we had a nil ref error: NoMethodError: undefined method `include?' for nil:NilClass /var/chef/cache/cookbooks/choregraphie/libraries/primitive_consul_health.rb:36:in `block (2 levels) in are_checks_passing?' /var/chef/cache/cookbooks/choregraphie/libraries/primitive_consul_health.rb:35:in `select' /var/chef/cache/cookbooks/choregraphie/libraries/primitive_consul_health.rb:35:in `block in are_checks_passing?' /var/chef/cache/cookbooks/choregraphie/libraries/primitive_consul_health.rb:23:in `times' This patch is fixing this Change-Id: I0f1c02f4134c9acc07548a7a0c51f4acaec8b58c
commit sha 6abe9bb9d78dcaf9d70846661d0017c696e443d1
Merge pull request #60 from criteo-cookbooks/fixup Fixup for consul primitive
push time in 4 days
PR merged criteo-cookbooks/choregraphie
For services where we checked by checkids but not all checks, we had a
nil ref error:
NoMethodError: undefined method include?' for nil:NilClass /var/chef/cache/cookbooks/choregraphie/libraries/primitive_consul_health.rb:36:inblock (2 levels) in are_checks_passing?'
/var/chef/cache/cookbooks/choregraphie/libraries/primitive_consul_health.rb:35:in select' /var/chef/cache/cookbooks/choregraphie/libraries/primitive_consul_health.rb:35:inblock in are_checks_passing?'
/var/chef/cache/cookbooks/choregraphie/libraries/primitive_consul_health.rb:23:in `times'
This patch is fixing this
Change-Id: I0f1c02f4134c9acc07548a7a0c51f4acaec8b58c
pr closed time in 4 days
PR opened criteo-cookbooks/choregraphie
For services where we checked by checkids but not all checks, we had a
nil ref error:
NoMethodError: undefined method include?' for nil:NilClass /var/chef/cache/cookbooks/choregraphie/libraries/primitive_consul_health.rb:36:inblock (2 levels) in are_checks_passing?'
/var/chef/cache/cookbooks/choregraphie/libraries/primitive_consul_health.rb:35:in select' /var/chef/cache/cookbooks/choregraphie/libraries/primitive_consul_health.rb:35:inblock in are_checks_passing?'
/var/chef/cache/cookbooks/choregraphie/libraries/primitive_consul_health.rb:23:in `times'
This patch is fixing this
Change-Id: I0f1c02f4134c9acc07548a7a0c51f4acaec8b58c
pr created time in 4 days
created tagcriteo-cookbooks/choregraphie
Choregraphie offers primitive to coordinate convergence of chef resources.
created time in 5 days
push eventcriteo-cookbooks/choregraphie
commit sha 2280b2f1322037b2d53e0caec0d74faccc619a80
Release 0.16.0 Change-Id: I29add5c795039d77ce1b266692e0041882039d6e
push time in 5 days
delete branch criteo-cookbooks/choregraphie
delete branch : consul_service_names
delete time in 5 days