fuel-main/cookbooks/agent
2012-06-05 14:21:49 +04:00
..
libraries Restored metadata publishing from agent 2012-06-05 14:21:49 +04:00
recipes Agent sends data with key=MAC address. Closes #11. 2012-05-28 15:00:28 +04:00
metadata.rb Moving agent to cookbook agent, agent.rb library. 2012-05-11 13:46:52 +04:00
README.md Added requirements section to agent README.md 2012-05-12 12:38:02 +04:00

Agent library sends ohai data to REST service.

Requirements

  • node["admin"]["URL"] variable defined, which is used as target REST service for publishing ohai data.
  • Packages: chef-solo
  • Gems: httplib

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.