- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jan 27 2017
Jan 26 2017
Actually, we could use some help for the project.
$ salt eglide state.apply roles/shellserver/odderon/service eglide: ---------- ID: odderon_unit Function: file.managed Name: /etc/systemd/system/odderon.service Result: True Comment: File /etc/systemd/system/odderon.service updated Started: 10:44:31.869275 Duration: 600.322 ms Changes: ---------- diff: New file mode: 0644 ---------- ID: odderon_unit Function: module.run Name: service.force_reload Result: True Comment: Module function service.force_reload executed Started: 10:44:32.475086 Duration: 94462.909 ms Changes: ---------- ret: True ---------- ID: odderon_running Function: service.running Name: odderon Result: True Comment: Service restarted Started: 10:46:07.201732 Duration: 299.625 ms Changes: ---------- odderon: True
Works now when the unit file is present:
Tweak odderon_unit
$ cd /opt/nasqueron-operations $ arc patch D864 $ salt eglide state.apply roles/shellserver/odderon/ [...] eglide: ---------- ID: odderon_unit Function: file.managed Name: /etc/systemd/system/odderon.service Result: True Comment: File /etc/systemd/system/odderon.service updated Started: 10:32:37.848059 Duration: 860.07 ms Changes: ---------- diff: New file mode: 0644 ---------- ID: odderon_unit Function: module.run Name: systemd.force_reload Result: False Comment: Module function systemd.force_reload is not available Started: 10:32:38.714582 Duration: 4031.428 ms Changes: ---------- ID: odderon_running Function: service.running Name: odderon Result: False Comment: One or more requisite failed: roles/shellserver/odderon/.service.odderon_unit Changes: [...]
Tabs to spaces in unit, fix module names.
Tweak unit with Odderon paths.
Remove extra spaces and set full path instead of relative
$ salt '*' saltutil.refresh_pillar eglide: True
Jan 25 2017
gpg: requesting key 31CBD89E from hkp server pool.sks-keyservers.net
gpg: key 31CBD89E: public key "Joe Watkins <krakjoe@php.net>" imported
+ gpg --verify php.tar.bz2.asc
gpg: assuming signed data in `php.tar.bz2'
gpg: Signature made Tue 17 Jan 2017 08:46:19 PM UTC using RSA key ID 31CBD89E
gpg: Good signature from "Joe Watkins <krakjoe@php.net>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 5289 95BF EDFB A719 1D46 839E F9BA 0ADA 31CB D89E
In T314#2113, @dereckson wrote:Call /statuses/destroy/ID.json (e.g. https://api.twitter.com/1.1/statuses/destroy/240854986559455234.json)
It creates the repository or update, then recompile. The build works fine.
$ salt eglide state.apply roles/shellserver/userland-software/ ---------- ID: dev Function: pkg.installed Result: True Comment: The following packages were installed/updated: automake, autoconf The following packages were already installed: git, cmake, arcanist, strace, valgrind, clang, llvm, colordiff Started: 19:03:19.812290 Duration: 29018.524 ms Changes: ---------- autoconf: ---------- new: 2.69-10 old: automake: ---------- new: 1:1.15-5 old: automake-1.15: ---------- new: 1 old: automaken: ---------- new: 1 old: autotools-dev: ---------- new: 20161112.1 old: m4: ---------- new: 1.4.18-1 old:
Adjust build code when repo is cloned part.
Clone is okay, but the requisite doesn't work, as we doesn't have a stat updating this file through file.managed.
Create directory before clone Git
www → odderon
Okay, and no-op.
Salt created correctly the user account, and it's correctly possible to use sudo.
Salt hierarchy
Add gid, home
Rebase against D858
$ salt '*' saltutil.refresh_pillar […] $ salt eglide state.apply roles/shellserver/users/ […] ---------- ID: group_nasqueron-irc Function: group.present Name: nasqueron-irc Result: True Comment: New group nasqueron-irc created Started: 13:10:37.453357 Duration: 783.014 ms Changes: ---------- gid: 829 members: - dereckson name: nasqueron-irc passwd: x […]
Simplify and fix JINJA code
Declare new pillar
Fix for loop