This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| :vsphere: | |
| server: '<server IP>' | |
| username: 'root' | |
| password: '<password>' | |
| :redis: | |
| server: 'dns.pool.domain.com' | |
| :graphite: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| hubot::adapter: "hipchat" | |
| hubot::build_deps: ["libxml2-devel", "gcc-c++"] | |
| env_export: | |
| - HUBOT_LOG_LEVEL: 'DEBUG' | |
| - HUBOT_HIPCHAT_ROOMS: '[email protected],[email protected]' | |
| - HUBOT_HIPCHAT_JID: '[email protected]' | |
| - HUBOT_HIPCHAT_PASSWORD: 'hubot_pass' | |
| hubot::dependencies: | |
| - hubot: ">= 2.6.0 < 3.0.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Bringing machine 'default' up with 'virtualbox' provider... | |
| ==> default: Importing base box 'trusty64'... | |
| [KProgress: 50% | |
| [KProgress: 90% | |
| [K==> default: Matching MAC address for NAT networking... | |
| ==> default: Setting the name of the VM: ctf-vagrant-64_default_1448392800380_40878 | |
| ==> default: Clearing any previously set forwarded ports... | |
| ==> default: Clearing any previously set network interfaces... | |
| ==> default: Preparing network interfaces based on configuration... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| Vagrant.configure(2) do |config| | |
| # Every Vagrant development environment requires a box. You can search for | |
| # boxes at https://atlas.hashicorp.com/search. | |
| config.vm.box = "puppetlabs/ubuntu-14.04-64-puppet" | |
| # Create a forwarded port mapping which allows access to a specific port | |
| # within the machine from a port on the host machine. In the example below, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Vagrant.require_version ">= 1.5.0" | |
| require 'vagrant-hosts' | |
| require 'vagrant-auto_network' | |
| Vagrant.configure('2') do |config| | |
| config.vm.define :puppetmaster do |node| | |
| # An index of pre-built boxes can be found at: | |
| # | |
| # https://vagrantcloud.com/puppetlabs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Main Node: | |
| ### MANAGED BY PUPPET ### | |
| --- | |
| cluster: | |
| name: logstash | |
| discovery: | |
| zen: | |
| node: | |
| master: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am frozenfoxx on github. | |
| * I am foxx (https://keybase.io/foxx) on keybase. | |
| * I have a public key whose fingerprint is 82ED C38D 2258 58C9 26B1 DF84 1BEF 361E 3D4E 98E9 | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| foxx@slave04:~/puppet$ cat ~/.ssh/config | |
| Host github.com | |
| User frozenfoxx | |
| HostName github.com | |
| PreferredAuthentications publickey | |
| IdentityFile /home/foxx/.ssh/id_frozenfoxx_github | |
| Host repo.mycompany.local | |
| User git | |
| HostName repo.mycompany.local | |
| PreferredAuthentications publickey |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@dmzpuppet kiops]# r10k deploy environment -p --verbose DEBUG | |
| Faraday: you may want to install system_timer for reliable timeouts | |
| [R10K::Task::Deployment::DeployEnvironments - INFO] Loading environments from all sources | |
| [R10K::TaskRunner - ERROR] Task #<R10K::Task::Deployment::DeployEnvironments:0x7fbe055b94e0> failed while running: Couldn't update git cache for kiops@localhost:/var/local/dmzpuppet.git: "fatal: The remote end hung up unexpectedly" | |
| [R10K::Task::Deployment::PurgeEnvironments - INFO] Purging stale environments from /etc/puppet/environments | |
| [root@dmzpuppet kiops]# ls /etc/puppet/environments | |
| production | |
| [root@dmzpuppet kiops]# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Started POST "/api/reports" for 10.168.80.23 at 2014-03-11 12:10:39 -0500 | |
| Processing by Api::V2::ReportsController#create as JSON | |
| Parameters: {"report"=>"[FILTERED]", "apiv"=>"v2"} | |
| undefined method `chefproxy_proxies' for #<Class:0x0000000791e680> (NoMethodError) | |
| /opt/foreman/vendor/ruby/2.0.0/gems/activerecord-3.2.17/lib/active_record/dynamic_matchers.rb:55:in `method_missing' | |
| /opt/foreman/app/controllers/concerns/foreman/controller/smart_proxy_auth.rb:22:in `require_puppetmaster_or_login' | |
| /opt/foreman/vendor/ruby/2.0.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:454:in `block (3 levels) in _run__3203979630335087770__process_action__213082515809476178__callbacks' | |
| /opt/foreman/vendor/ruby/2.0.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_5365' | |
| /opt/foreman/vendor/ruby/2.0.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:326:in `around' | |
| /opt/foreman/vendor/ruby/2.0.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb: |