{"id":15284183,"url":"https://github.com/dodevops/puppet-hanaexpress","last_synced_at":"2026-04-10T22:33:49.224Z","repository":{"id":57666928,"uuid":"139809420","full_name":"dodevops/puppet-hanaexpress","owner":"dodevops","description":"A Puppet module for running SAP Hana express in a dockerized environment","archived":false,"fork":false,"pushed_at":"2019-09-04T14:02:28.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-05-09T22:50:14.123Z","etag":null,"topics":["docker","puppet","puppet-module","sap-hana-express"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/dodevops/hanaexpress","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dodevops.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-05T07:11:18.000Z","updated_at":"2019-09-04T14:16:42.000Z","dependencies_parsed_at":"2022-09-02T14:01:06.401Z","dependency_job_id":null,"html_url":"https://github.com/dodevops/puppet-hanaexpress","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fpuppet-hanaexpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fpuppet-hanaexpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fpuppet-hanaexpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodevops%2Fpuppet-hanaexpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dodevops","download_url":"https://codeload.github.com/dodevops/puppet-hanaexpress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245138186,"owners_count":20566883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","puppet","puppet-module","sap-hana-express"],"created_at":"2024-09-30T14:50:31.485Z","updated_at":"2026-04-10T22:33:44.187Z","avatar_url":"https://github.com/dodevops.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SAP HANA Express docker hosting module\n\n[![Build Status](https://travis-ci.org/dodevops/puppet-hanaexpress.svg?branch=master)](https://travis-ci.org/dodevops/puppet-hanaexpress)\n\nThis module manages multiple SAP HANA Express instances using Docker as described on the [official SAP HANA Tutorials page](https://www.sap.com/developer/tutorials/hxe-ua-install-using-docker.html).\n\nPlease note, that this module **is in no means connected to SAP in any kind**. Please don't ask them for support.\n\n# Usage\n\n## Puppet\n\nInitialize the hanaexpress class with your login credentials for the Docker store:\n\n```\nclass {\n    'hanaexpress':\n        store_username =\u003e 'my_user',\n        store_password =\u003e 'my_password'\n}\n```\n\nAfter that, initialize docker instances using the database type:\n\n```\nhanaexpress::database {\n    'testhana1':\n        version =\u003e '2.00.030.00.20180403.2',\n        password =\u003e 'TestHanaExpress1',\n        systemdb_port =\u003e 39017,\n        tenantdb_port =\u003e 39041\n}\n```\n\nThis will configure and startup a HANA express which will be available by ports 39017 for the systemdb and 39041 for the tenantdb. The SYSTEM user will have the given password.\n\n## Hiera\n\nThis module directly supports hiera like this:\n\n```\nclasses:\n  - hanaexpress\n\nhanaexpress::store_username: my_user\nhanaexpress::store_password: my_password\n\nhanaexpress-databases:\n    testhana1:\n        version: \"2.00.030.00.20180403.2\"\n        password: 'TestHanaExpress1'\n        systemdb_port: 39017\n        tenantdb_port: 39041\n```\n\n## Integration tests\n\nBecause HANA express requires a lot of resources, the integration tests can not be run locally or automatically. We have, however, set up a kitchen integration test, that runs on Azure. Check out the [configuration docs](https://github.com/test-kitchen/kitchen-azurerm#configuration) if you want to start it. Additionally, you need a Docker store login and then run the tests like this:\n\n    AZURE_SUBSCRIPTION_ID=your-azure-subscription-id AZURE_LOCATION=azure-location STORE_USERNAME=Docker-store-username STORE_PASSWORD=Docker-store-password bundle exec kitchen test all\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodevops%2Fpuppet-hanaexpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdodevops%2Fpuppet-hanaexpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodevops%2Fpuppet-hanaexpress/lists"}