Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3766261
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md
index c451d85..b500109 100644
--- a/KNOWN_ISSUES.md
+++ b/KNOWN_ISSUES.md
@@ -1,68 +1,46 @@
# Known issues
Bugs are documented on **DevCentral**, our Phabricator instance.
Issues specific to the Salt configuration are located at
https://devcentral.nasqueron.org/project/view/67/
More general servers issues are located are
https://devcentral.nasqueron.org/tag/servers/
This file documents the issues where the Salt states are generally correct
but where some situations can be troublesome, with the workaround to apply.
## Role: devserver
### PHP 5.6 <> PHP 7.x roulette
On FreeBSD, PEAR and composer pull PHP 5.6. As such, they will be skipped when
the state installs PHP 7.x. But if you run again the state, if will downgrade
to PHP 5.6.
**Workaround**
On FreeBSD, we currently install composer and phpcs manually. We also skip PEAR.
That forces to track explicitly Composer versions for hashes
in roles/shellserver/userland-software/base.sls file.
### pefs-kmod and FreeBSD 11
The pefs-kmod binary package is compiled against a version incompatible
with FreeBSD 11.1. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221076
**Workaround**
Install pefs-kmod through ports (that requires /usr/src),
load the module, then require the module to be autoloaded
on boot.
```
$ cd /usr/ports/sysutils/pefs-kmod
$ make build deinstall reinstall
$ kldload pefs
$ grep -q pefs_load /boot/loader.conf || cat >> /boot/loader.conf
pefs_load="YES"
```
-
-## Role: paas-docker
-
-### Set static IP addresses
-
-Docker slave nodes for Jenkins should use known addresses, either static IP,
-either a DNS system. Such advanced network configuration through Salt requires
-2018.3.0.
-
-**Workaround**
-
-Two workarounds are straightforward:
-
- - `docker inspect apsile | grep 172` and manually set the IP in Jenkins.
- - run an internal DNS service for the Docker engine and containers,
- e.g. through the phensley/docker-dns container (see T958 for plan)
-
-The second is recommended if you restart or reprovision often,
-with containers declared in the pillar in a different order each time.
-
-The first should be stable as long as you append new containers
-to the pillar docker_containers entry end.
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Nov 24, 17:21 (34 m, 41 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258525
Default Alt Text
(2 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment