[buildout] parts = switch-softwaretype eggs-directory = {{ eggs_directory }} develop-eggs-directory = {{ develop_eggs_directory }} offline = true [jinja2-template-base] recipe = slapos.recipe.template:jinja2 rendered = ${buildout:parts-directory}/${:_buildout_section_name_}/${:filename} extra-context = context = key eggs_directory buildout:eggs-directory key develop_eggs_directory buildout:develop-eggs-directory ${:extra-context} [dynamic-template-cloudooo-parameters] file = {{ file_location }} fontconfig = {{ fontconfig_location }} freetype = {{ freetype_location }} libICE = {{ libICE_location }} libpng12 = {{ libpng12_location }} libSM = {{ libSM_location }} libX11 = {{ libX11_location }} libXau = {{ libXau_location }} libXdmcp = {{ libXdmcp_location }} libXext = {{ libXext_location }} libxcb = {{ libxcb_location }} libXrender = {{ libXrender_location }} zlib = {{ zlib_location }} libreoffice-bin = {{ libreoffice_bin_location }} fonts = {{ fonts_location }} coreutils = {{ coreutils_location }} imagemagick = {{ imagemagick_location }} poppler = {{ poppler_location }} pdftk = {{ pdftk_location }} buildout-bin-directory = {{ buildout_bin_directory }} [dynamic-template-cloudooo] < = jinja2-template-base template = {{ template_cloudooo }} filename = instance-cloudoo.cfg extra-context = section parameter_dict dynamic-template-cloudooo-parameters [switch-softwaretype] recipe = slapos.cookbook:softwaretype default = ${dynamic-template-cloudooo:rendered} [slap-connection] # part to migrate to new - separated words computer-id = ${slap_connection:computer_id} partition-id = ${slap_connection:partition_id} server-url = ${slap_connection:server_url} software-release-url = ${slap_connection:software_release_url} key-file = ${slap_connection:key_file} cert-file = ${slap_connection:cert_file}