Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft #72

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
402 changes: 201 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

120 changes: 60 additions & 60 deletions chef-repo/Policyfile.lock.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
{
"revision_id": "3fb3615fcf51b4802e090ad3e52e3c5d3cd3d1cb38deb6c962ca1849bc120760",
"name": "MemeGen",
"run_list": [
"recipe[MemeGen::default]"
],
"included_policy_locks": [

],
"cookbook_locks": {
"MemeGen": {
"version": "1.0.0",
"identifier": "9598b0e6d048774533289027e01a117be5858cbc",
"dotted_decimal_identifier": "42107657083963511.19478022703276058.19223829384380",
"source": "../cookbooks/MemeGen",
"cache_key": null,
"scm_info": {
"scm": "git",
"remote": null,
"revision": "86b0020987d4dd1668d7da8fec554b4d3619ca9b",
"working_tree_clean": false,
"published": false,
"synchronized_remote_branches": [

]
},
"source_options": {
"path": "../cookbooks/MemeGen"
}
}
},
"default_attributes": {
"MemeGen": {
"web_server": {
"new_directory": "/MemeGen",
"git_url": "https://github.com/developers-cosmos/Meme-Generator",
"repo_name": "Meme-Generator",
"port": 5000,
"username": "vagrant",
"conf_path": "/etc/systemd/system/memegen.service"
}
}
},
"override_attributes": {

},
"solution_dependencies": {
"Policyfile": [
[
"MemeGen",
">= 0.0.0"
]
],
"dependencies": {
"MemeGen (1.0.0)": [

]
}
}
}
{
"revision_id": "3fb3615fcf51b4802e090ad3e52e3c5d3cd3d1cb38deb6c962ca1849bc120760",
"name": "MemeGen",
"run_list": [
"recipe[MemeGen::default]"
],
"included_policy_locks": [
],
"cookbook_locks": {
"MemeGen": {
"version": "1.0.0",
"identifier": "9598b0e6d048774533289027e01a117be5858cbc",
"dotted_decimal_identifier": "42107657083963511.19478022703276058.19223829384380",
"source": "../cookbooks/MemeGen",
"cache_key": null,
"scm_info": {
"scm": "git",
"remote": null,
"revision": "86b0020987d4dd1668d7da8fec554b4d3619ca9b",
"working_tree_clean": false,
"published": false,
"synchronized_remote_branches": [
]
},
"source_options": {
"path": "../cookbooks/MemeGen"
}
}
},
"default_attributes": {
"MemeGen": {
"web_server": {
"new_directory": "/MemeGen",
"git_url": "https://github.com/developers-cosmos/Meme-Generator",
"repo_name": "Meme-Generator",
"port": 5000,
"username": "vagrant",
"conf_path": "/etc/systemd/system/memegen.service"
}
}
},
"override_attributes": {
},
"solution_dependencies": {
"Policyfile": [
[
"MemeGen",
">= 0.0.0"
]
],
"dependencies": {
"MemeGen (1.0.0)": [
]
}
}
}
72 changes: 36 additions & 36 deletions chef-repo/README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
# Exported Chef Infra Repository for Policy 'MemeGen'

Policy revision: 3fb3615fcf51b4802e090ad3e52e3c5d3cd3d1cb38deb6c962ca1849bc120760

This directory contains all the cookbooks and configuration necessary for Chef
to converge a system using this exported policy. To converge a system with the
exported policy, use a privileged account to run `chef-client -z` from the
directory containing the exported policy.

## Contents:

### Policyfile.lock.json

A copy of the exported policy, used by the `chef push-archive` command.

### .chef/config.rb

A configuration file for Chef Infra Client. This file configures Chef Infra Client to
use the correct `policy_name` and `policy_group` for this exported repository. Chef
Infra Client will use this configuration automatically if you've set your working
directory properly.

### cookbook_artifacts/

All of the cookbooks required by the policy will be stored in this directory.

### policies/

A different copy of the exported policy, used by the `chef-client` command.

### policy_groups/

Policy groups are used by Chef Infra Server to manage multiple revisions of the same
policy. However, exported policies contain only a single policy revision, so
this policy group name is hardcoded to "local" and should not be changed.

# Exported Chef Infra Repository for Policy 'MemeGen'
Policy revision: 3fb3615fcf51b4802e090ad3e52e3c5d3cd3d1cb38deb6c962ca1849bc120760
This directory contains all the cookbooks and configuration necessary for Chef
to converge a system using this exported policy. To converge a system with the
exported policy, use a privileged account to run `chef-client -z` from the
directory containing the exported policy.
## Contents:
### Policyfile.lock.json
A copy of the exported policy, used by the `chef push-archive` command.
### .chef/config.rb
A configuration file for Chef Infra Client. This file configures Chef Infra Client to
use the correct `policy_name` and `policy_group` for this exported repository. Chef
Infra Client will use this configuration automatically if you've set your working
directory properly.
### cookbook_artifacts/
All of the cookbooks required by the policy will be stored in this directory.
### policies/
A different copy of the exported policy, used by the `chef-client` command.
### policy_groups/
Policy groups are used by Chef Infra Server to manage multiple revisions of the same
policy. However, exported policies contain only a single policy revision, so
this policy group name is hardcoded to "local" and should not be changed.
Loading