Commit 53d3a68a authored by Łukasz Nowak's avatar Łukasz Nowak

fixup! XXX rapid-cdn: Implement simple and working frontend support

parent d6f39aee
Pipeline #17822 failed with stage
in 0 seconds
......@@ -30,7 +30,7 @@ md5sum = 41738610be11b3af6b9961b91629a1a1
[template-rapid-cdn-kedifa]
filename = instance-rapid-cdn-kedifa.cfg.jinja2
md5sum = 94b4c24d71def7ab08d88682a9814179
md5sum = 13c92f006a0c06789b691ca6b21a8195
[template-rapid-cdn-log-aggregator]
filename = instance-rapid-cdn-log-aggregator.cfg.jinja2
......@@ -38,4 +38,4 @@ md5sum = 6a57e7727c8d258f5ae81bdbb86328cb
[template-rapid-cdn-frontend]
filename = instance-rapid-cdn-frontend.cfg.jinja2
md5sum = c9afbc178c6523e8a518faadd576dc92
md5sum = a4dde56b0c51318d55d5b66308813ebd
......@@ -126,7 +126,7 @@ return =
[kedifa-caucase-promise]
<= monitor-promise-base
module = check_url_available
promise = check_url_available
name = ${:_buildout_section_name_}.py
config-http-code = 200
config-url = ${request-kedifa:connection-caucase-url}
......@@ -163,7 +163,7 @@ url = ${request-kedifa:connection-master-key-upload-url}
[kedifa-master-key-promise]
<= monitor-promise-base
module = check_file_state
promise = check_file_state
name = ${:_buildout_section_name_}.py
config-state = present
......
......@@ -110,7 +110,7 @@ file = ${directory:reservation}/${:_buildout_section_name_}
[master-auth-random-promise]
<= monitor-promise-base
module = check_file_state
promise = check_file_state
name = ${:_buildout_section_name_}.py
config-filename = ${master-auth-random-config:file}
config-state = present
......@@ -148,7 +148,7 @@ init =
[promise-kedifa-http-reply]
<= monitor-promise-base
module = check_url_available
promise = check_url_available
name = kedifa-http-reply.py
# Kedifa replies 400 on /, so use it to be sure that Kedifa replied
config-http-code = 400
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment