Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
8c3263db
Commit
8c3263db
authored
Dec 15, 2017
by
Dillon Dumesnil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Setting up the go-agent with a name and resources so it will autoregister with these.
parent
5e44a04b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
10 deletions
+9
-10
docker/build/go-agent-marketing/config/autoregister.properties
+3
-0
docker/build/go-agent-marketing/files/docker_install.sh
+0
-0
docker/build/go-agent-marketing/files/go_github_key.pem
+0
-4
util/README.rst
+6
-6
No files found.
docker/build/go-agent-marketing/config/autoregister.properties
0 → 100644
View file @
8c3263db
agent.auto.register.key
=
dev-only-override-this-key
agent.auto.register.resources
=
edxMarketing
agent.auto.register.hostname
=
edxMarketingAgent
docker/build/go-agent-marketing/files/docker_install.sh
deleted
100755 → 0
View file @
5e44a04b
This diff is collapsed.
Click to expand it.
docker/build/go-agent-marketing/files/go_github_key.pem
deleted
100644 → 0
View file @
5e44a04b
-----BEGIN RSA PRIVATE KEY-----
This file is junk, replace with the real key when
building the container.
-----END RSA PRIVATE KEY-----
util/README.rst
View file @
8c3263db
...
@@ -15,18 +15,18 @@ To modify configuration file:
...
@@ -15,18 +15,18 @@ To modify configuration file:
2. Modify docker\_test to include date commands.
2. Modify docker\_test to include date commands.
Replace
Replace
::
::
$(docker_test)%: .build/%/Dockerfile.test
$(docker_test)%: .build/%/Dockerfile.test
docker build -t $*:test -f $< .
docker build -t $*:test -f $< .
with
with
::
::
$(docker_test)%: .build/%/Dockerfile.test
$(docker_test)%: .build/%/Dockerfile.test
date
date
docker build -t $*:test -f $< .
docker build -t $*:test -f $< .
date
date
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment