summaryrefslogtreecommitdiffstats
path: root/tools/yardstick-img-modify
AgeCommit message (Expand)AuthorFilesLines
2017-03-21aarch64: Fix missing qemu-aarch64-static in chrootPaul Vaduva1-3/+3
2017-03-21Merge "Bugfix: remove vivid as it is EOL"Jing Lu1-29/+0
2017-03-20Bugfix: remove vivid as it is EOLRoss Brattain1-29/+0
2017-03-20Bugfix: replace MD5SUM with SHA256SUMsRoss Brattain1-6/+6
2017-03-17Bugfix: yardstick-image built without test toolsJingLu51-6/+2
2017-03-03Add uefi image support for yardstickCatalina Focsa1-27/+40
2016-12-21restore the yardstick-img-modify cleanup() funcRyan.RCS1-3/+5
2016-12-21fixed issue in yardstick-img-modify cleanup() funRyan.RCS1-1/+5
2016-12-15Bugfixed:run command: "yardstick-img-modify" fail!Ryan.RCS1-1/+1
2016-11-09Upgrade yardstick VM image from Ubuntu 14.04 to 16.04JingLu51-3/+4
2016-09-10yardstick: modify e2fsck command to run with -p paramPaul Vaduva1-1/+1
2016-08-31ARM64: Add support for aarch64 architecturePaul Vaduva1-8/+39
2016-02-12Add more debug to image buildJo¶rgen Karlsson1-1/+5
2016-02-08yardstick image build cleanupsJo¶rgen Karlsson1-3/+6
2016-01-29Add debug info to solve image build errorsJo¶rgen Karlsson1-1/+5
2015-11-10Add cleanup trap to yardstick-img-modifyJo¶rgen Karlsson1-1/+23
2015-10-16Fix for netperf install in glance imageJo¶rgen Karlsson1-0/+11
2015-10-14Docker container for Yardstick CIJo¶rgen Karlsson1-18/+22
2015-09-09Add support for building images on CentOSJo¶rgen Karlsson1-7/+14
2015-06-15Add support for building imagesHans Feldt1-0/+111
ass="nt">default: '' description: Role name on which the service is applied type: string RoleParameters: default: {} description: Parameters specific to the role type: json EndpointMap: default: {} description: Mapping of service endpoint -> protocol. Typically set via parameter_defaults in the resource registry. type: json EnableInternalTLS: type: boolean default: false conditions: use_tls_proxy: {equals : [{get_param: EnableInternalTLS}, true]} outputs: role_data: description: Role data for the redis role. value: service_name: redis_base config_settings: redis::requirepass: {get_param: RedisPassword} redis::masterauth: {get_param: RedisPassword} redis::sentinel_auth_pass: {get_param: RedisPassword} # NOTE: bind IP is found in Heat replacing the network name with the local node IP # for the given network; replacement examples (eg. for internal_api): # internal_api -> IP # internal_api_uri -> [IP] # internal_api_subnet - > IP/CIDR # Bind to localhost if internal TLS is enabled, since we put a TLs # proxy in front. redis::bind: if: - use_tls_proxy - 'localhost' - {get_param: [ServiceNetMap, RedisNetwork]} redis::port: 6379 redis::sentinel::master_name: "%{hiera('bootstrap_nodeid')}" redis::sentinel::redis_host: "%{hiera('bootstrap_nodeid_ip')}" redis::sentinel::notification_script: '/usr/local/bin/redis-notifications.sh' redis::sentinel::sentinel_bind: if: - use_tls_proxy - 'localhost' - {get_param: [ServiceNetMap, RedisNetwork]} redis::ulimit: {get_param: RedisFDLimit}