oc_adm_ca_server_cert.py 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import fcntl
  36. import json
  37. import os
  38. import re
  39. import shutil
  40. import subprocess
  41. import tempfile
  42. # pylint: disable=import-error
  43. try:
  44. import ruamel.yaml as yaml
  45. except ImportError:
  46. import yaml
  47. from ansible.module_utils.basic import AnsibleModule
  48. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  49. # -*- -*- -*- Begin included fragment: doc/ca_server_cert -*- -*- -*-
  50. DOCUMENTATION = '''
  51. ---
  52. module: oc_adm_ca_server_cert
  53. short_description: Module to run openshift oc adm ca create-server-cert
  54. description:
  55. - Wrapper around the openshift `oc adm ca create-server-cert` command.
  56. options:
  57. state:
  58. description:
  59. - Present is the only supported state. The state present means that `oc adm ca` will generate a certificate
  60. - and verify if the hostnames and the ClusterIP exists in the certificate.
  61. - When create-server-cert is desired then the following parameters are passed.
  62. - ['cert', 'key', 'signer_cert', 'signer_key', 'signer_serial']
  63. required: false
  64. default: present
  65. choices:
  66. - present
  67. aliases: []
  68. kubeconfig:
  69. description:
  70. - The path for the kubeconfig file to use for authentication
  71. required: false
  72. default: /etc/origin/master/admin.kubeconfig
  73. aliases: []
  74. debug:
  75. description:
  76. - Turn on debug output.
  77. required: false
  78. default: False
  79. aliases: []
  80. cert:
  81. description:
  82. - The certificate file. Choose a name that indicates what the service is.
  83. required: false
  84. default: None
  85. aliases: []
  86. key:
  87. description:
  88. - The key file. Choose a name that indicates what the service is.
  89. required: false
  90. default: None
  91. aliases: []
  92. force:
  93. description:
  94. - Force updating of the existing cert and key files
  95. required: false
  96. default: False
  97. aliases: []
  98. signer_cert:
  99. description:
  100. - The signer certificate file.
  101. required: false
  102. default: /etc/origin/master/ca.crt
  103. aliases: []
  104. signer_key:
  105. description:
  106. - The signer key file.
  107. required: false
  108. default: /etc/origin/master/ca.key
  109. aliases: []
  110. signer_serial:
  111. description:
  112. - The signer serial file.
  113. required: false
  114. default: /etc/origin/master/ca.serial.txt
  115. aliases: []
  116. hostnames:
  117. description:
  118. - Every hostname or IP that server certs should be valid for
  119. required: false
  120. default: []
  121. aliases: []
  122. backup:
  123. description:
  124. - Whether to backup the cert and key files before writing them.
  125. required: false
  126. default: True
  127. aliases: []
  128. expire_days:
  129. description
  130. - Validity of the certificate in days
  131. required: false
  132. default: None
  133. aliases: []
  134. author:
  135. - "Kenny Woodson <kwoodson@redhat.com>"
  136. extends_documentation_fragment: []
  137. '''
  138. EXAMPLES = '''
  139. - name: Create a self-signed cert
  140. oc_adm_ca_server_cert:
  141. signer_cert: /etc/origin/master/ca.crt
  142. signer_key: /etc/origin/master/ca.key
  143. signer_serial: /etc/origin/master/ca.serial.txt
  144. hostnames: "registry.test.openshift.com,127.0.0.1,docker-registry.default.svc.cluster.local"
  145. cert: /etc/origin/master/registry.crt
  146. key: /etc/origin/master/registry.key
  147. '''
  148. # -*- -*- -*- End included fragment: doc/ca_server_cert -*- -*- -*-
  149. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  150. class YeditException(Exception): # pragma: no cover
  151. ''' Exception class for Yedit '''
  152. pass
  153. # pylint: disable=too-many-public-methods
  154. class Yedit(object): # pragma: no cover
  155. ''' Class to modify yaml files '''
  156. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  157. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  158. com_sep = set(['.', '#', '|', ':'])
  159. # pylint: disable=too-many-arguments
  160. def __init__(self,
  161. filename=None,
  162. content=None,
  163. content_type='yaml',
  164. separator='.',
  165. backup=False):
  166. self.content = content
  167. self._separator = separator
  168. self.filename = filename
  169. self.__yaml_dict = content
  170. self.content_type = content_type
  171. self.backup = backup
  172. self.load(content_type=self.content_type)
  173. if self.__yaml_dict is None:
  174. self.__yaml_dict = {}
  175. @property
  176. def separator(self):
  177. ''' getter method for separator '''
  178. return self._separator
  179. @separator.setter
  180. def separator(self, inc_sep):
  181. ''' setter method for separator '''
  182. self._separator = inc_sep
  183. @property
  184. def yaml_dict(self):
  185. ''' getter method for yaml_dict '''
  186. return self.__yaml_dict
  187. @yaml_dict.setter
  188. def yaml_dict(self, value):
  189. ''' setter method for yaml_dict '''
  190. self.__yaml_dict = value
  191. @staticmethod
  192. def parse_key(key, sep='.'):
  193. '''parse the key allowing the appropriate separator'''
  194. common_separators = list(Yedit.com_sep - set([sep]))
  195. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  196. @staticmethod
  197. def valid_key(key, sep='.'):
  198. '''validate the incoming key'''
  199. common_separators = list(Yedit.com_sep - set([sep]))
  200. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  201. return False
  202. return True
  203. @staticmethod
  204. def remove_entry(data, key, sep='.'):
  205. ''' remove data at location key '''
  206. if key == '' and isinstance(data, dict):
  207. data.clear()
  208. return True
  209. elif key == '' and isinstance(data, list):
  210. del data[:]
  211. return True
  212. if not (key and Yedit.valid_key(key, sep)) and \
  213. isinstance(data, (list, dict)):
  214. return None
  215. key_indexes = Yedit.parse_key(key, sep)
  216. for arr_ind, dict_key in key_indexes[:-1]:
  217. if dict_key and isinstance(data, dict):
  218. data = data.get(dict_key)
  219. elif (arr_ind and isinstance(data, list) and
  220. int(arr_ind) <= len(data) - 1):
  221. data = data[int(arr_ind)]
  222. else:
  223. return None
  224. # process last index for remove
  225. # expected list entry
  226. if key_indexes[-1][0]:
  227. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  228. del data[int(key_indexes[-1][0])]
  229. return True
  230. # expected dict entry
  231. elif key_indexes[-1][1]:
  232. if isinstance(data, dict):
  233. del data[key_indexes[-1][1]]
  234. return True
  235. @staticmethod
  236. def add_entry(data, key, item=None, sep='.'):
  237. ''' Get an item from a dictionary with key notation a.b.c
  238. d = {'a': {'b': 'c'}}}
  239. key = a#b
  240. return c
  241. '''
  242. if key == '':
  243. pass
  244. elif (not (key and Yedit.valid_key(key, sep)) and
  245. isinstance(data, (list, dict))):
  246. return None
  247. key_indexes = Yedit.parse_key(key, sep)
  248. for arr_ind, dict_key in key_indexes[:-1]:
  249. if dict_key:
  250. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  251. data = data[dict_key]
  252. continue
  253. elif data and not isinstance(data, dict):
  254. raise YeditException("Unexpected item type found while going through key " +
  255. "path: {} (at key: {})".format(key, dict_key))
  256. data[dict_key] = {}
  257. data = data[dict_key]
  258. elif (arr_ind and isinstance(data, list) and
  259. int(arr_ind) <= len(data) - 1):
  260. data = data[int(arr_ind)]
  261. else:
  262. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  263. if key == '':
  264. data = item
  265. # process last index for add
  266. # expected list entry
  267. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  268. data[int(key_indexes[-1][0])] = item
  269. # expected dict entry
  270. elif key_indexes[-1][1] and isinstance(data, dict):
  271. data[key_indexes[-1][1]] = item
  272. # didn't add/update to an existing list, nor add/update key to a dict
  273. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  274. # non-existent array
  275. else:
  276. raise YeditException("Error adding to object at path: {}".format(key))
  277. return data
  278. @staticmethod
  279. def get_entry(data, key, sep='.'):
  280. ''' Get an item from a dictionary with key notation a.b.c
  281. d = {'a': {'b': 'c'}}}
  282. key = a.b
  283. return c
  284. '''
  285. if key == '':
  286. pass
  287. elif (not (key and Yedit.valid_key(key, sep)) and
  288. isinstance(data, (list, dict))):
  289. return None
  290. key_indexes = Yedit.parse_key(key, sep)
  291. for arr_ind, dict_key in key_indexes:
  292. if dict_key and isinstance(data, dict):
  293. data = data.get(dict_key)
  294. elif (arr_ind and isinstance(data, list) and
  295. int(arr_ind) <= len(data) - 1):
  296. data = data[int(arr_ind)]
  297. else:
  298. return None
  299. return data
  300. @staticmethod
  301. def _write(filename, contents):
  302. ''' Actually write the file contents to disk. This helps with mocking. '''
  303. tmp_filename = filename + '.yedit'
  304. with open(tmp_filename, 'w') as yfd:
  305. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  306. yfd.write(contents)
  307. fcntl.flock(yfd, fcntl.LOCK_UN)
  308. os.rename(tmp_filename, filename)
  309. def write(self):
  310. ''' write to file '''
  311. if not self.filename:
  312. raise YeditException('Please specify a filename.')
  313. if self.backup and self.file_exists():
  314. shutil.copy(self.filename, self.filename + '.orig')
  315. # Try to set format attributes if supported
  316. try:
  317. self.yaml_dict.fa.set_block_style()
  318. except AttributeError:
  319. pass
  320. # Try to use RoundTripDumper if supported.
  321. if self.content_type == 'yaml':
  322. try:
  323. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  324. except AttributeError:
  325. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  326. elif self.content_type == 'json':
  327. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  328. else:
  329. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  330. 'Please specify a content_type of yaml or json.')
  331. return (True, self.yaml_dict)
  332. def read(self):
  333. ''' read from file '''
  334. # check if it exists
  335. if self.filename is None or not self.file_exists():
  336. return None
  337. contents = None
  338. with open(self.filename) as yfd:
  339. contents = yfd.read()
  340. return contents
  341. def file_exists(self):
  342. ''' return whether file exists '''
  343. if os.path.exists(self.filename):
  344. return True
  345. return False
  346. def load(self, content_type='yaml'):
  347. ''' return yaml file '''
  348. contents = self.read()
  349. if not contents and not self.content:
  350. return None
  351. if self.content:
  352. if isinstance(self.content, dict):
  353. self.yaml_dict = self.content
  354. return self.yaml_dict
  355. elif isinstance(self.content, str):
  356. contents = self.content
  357. # check if it is yaml
  358. try:
  359. if content_type == 'yaml' and contents:
  360. # Try to set format attributes if supported
  361. try:
  362. self.yaml_dict.fa.set_block_style()
  363. except AttributeError:
  364. pass
  365. # Try to use RoundTripLoader if supported.
  366. try:
  367. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  368. except AttributeError:
  369. self.yaml_dict = yaml.safe_load(contents)
  370. # Try to set format attributes if supported
  371. try:
  372. self.yaml_dict.fa.set_block_style()
  373. except AttributeError:
  374. pass
  375. elif content_type == 'json' and contents:
  376. self.yaml_dict = json.loads(contents)
  377. except yaml.YAMLError as err:
  378. # Error loading yaml or json
  379. raise YeditException('Problem with loading yaml file. {}'.format(err))
  380. return self.yaml_dict
  381. def get(self, key):
  382. ''' get a specified key'''
  383. try:
  384. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  385. except KeyError:
  386. entry = None
  387. return entry
  388. def pop(self, path, key_or_item):
  389. ''' remove a key, value pair from a dict or an item for a list'''
  390. try:
  391. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  392. except KeyError:
  393. entry = None
  394. if entry is None:
  395. return (False, self.yaml_dict)
  396. if isinstance(entry, dict):
  397. # AUDIT:maybe-no-member makes sense due to fuzzy types
  398. # pylint: disable=maybe-no-member
  399. if key_or_item in entry:
  400. entry.pop(key_or_item)
  401. return (True, self.yaml_dict)
  402. return (False, self.yaml_dict)
  403. elif isinstance(entry, list):
  404. # AUDIT:maybe-no-member makes sense due to fuzzy types
  405. # pylint: disable=maybe-no-member
  406. ind = None
  407. try:
  408. ind = entry.index(key_or_item)
  409. except ValueError:
  410. return (False, self.yaml_dict)
  411. entry.pop(ind)
  412. return (True, self.yaml_dict)
  413. return (False, self.yaml_dict)
  414. def delete(self, path):
  415. ''' remove path from a dict'''
  416. try:
  417. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  418. except KeyError:
  419. entry = None
  420. if entry is None:
  421. return (False, self.yaml_dict)
  422. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  423. if not result:
  424. return (False, self.yaml_dict)
  425. return (True, self.yaml_dict)
  426. def exists(self, path, value):
  427. ''' check if value exists at path'''
  428. try:
  429. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  430. except KeyError:
  431. entry = None
  432. if isinstance(entry, list):
  433. if value in entry:
  434. return True
  435. return False
  436. elif isinstance(entry, dict):
  437. if isinstance(value, dict):
  438. rval = False
  439. for key, val in value.items():
  440. if entry[key] != val:
  441. rval = False
  442. break
  443. else:
  444. rval = True
  445. return rval
  446. return value in entry
  447. return entry == value
  448. def append(self, path, value):
  449. '''append value to a list'''
  450. try:
  451. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  452. except KeyError:
  453. entry = None
  454. if entry is None:
  455. self.put(path, [])
  456. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  457. if not isinstance(entry, list):
  458. return (False, self.yaml_dict)
  459. # AUDIT:maybe-no-member makes sense due to loading data from
  460. # a serialized format.
  461. # pylint: disable=maybe-no-member
  462. entry.append(value)
  463. return (True, self.yaml_dict)
  464. # pylint: disable=too-many-arguments
  465. def update(self, path, value, index=None, curr_value=None):
  466. ''' put path, value into a dict '''
  467. try:
  468. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  469. except KeyError:
  470. entry = None
  471. if isinstance(entry, dict):
  472. # AUDIT:maybe-no-member makes sense due to fuzzy types
  473. # pylint: disable=maybe-no-member
  474. if not isinstance(value, dict):
  475. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  476. 'value=[{}] type=[{}]'.format(value, type(value)))
  477. entry.update(value)
  478. return (True, self.yaml_dict)
  479. elif isinstance(entry, list):
  480. # AUDIT:maybe-no-member makes sense due to fuzzy types
  481. # pylint: disable=maybe-no-member
  482. ind = None
  483. if curr_value:
  484. try:
  485. ind = entry.index(curr_value)
  486. except ValueError:
  487. return (False, self.yaml_dict)
  488. elif index is not None:
  489. ind = index
  490. if ind is not None and entry[ind] != value:
  491. entry[ind] = value
  492. return (True, self.yaml_dict)
  493. # see if it exists in the list
  494. try:
  495. ind = entry.index(value)
  496. except ValueError:
  497. # doesn't exist, append it
  498. entry.append(value)
  499. return (True, self.yaml_dict)
  500. # already exists, return
  501. if ind is not None:
  502. return (False, self.yaml_dict)
  503. return (False, self.yaml_dict)
  504. def put(self, path, value):
  505. ''' put path, value into a dict '''
  506. try:
  507. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  508. except KeyError:
  509. entry = None
  510. if entry == value:
  511. return (False, self.yaml_dict)
  512. # deepcopy didn't work
  513. # Try to use ruamel.yaml and fallback to pyyaml
  514. try:
  515. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  516. default_flow_style=False),
  517. yaml.RoundTripLoader)
  518. except AttributeError:
  519. tmp_copy = copy.deepcopy(self.yaml_dict)
  520. # set the format attributes if available
  521. try:
  522. tmp_copy.fa.set_block_style()
  523. except AttributeError:
  524. pass
  525. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  526. if result is None:
  527. return (False, self.yaml_dict)
  528. # When path equals "" it is a special case.
  529. # "" refers to the root of the document
  530. # Only update the root path (entire document) when its a list or dict
  531. if path == '':
  532. if isinstance(result, list) or isinstance(result, dict):
  533. self.yaml_dict = result
  534. return (True, self.yaml_dict)
  535. return (False, self.yaml_dict)
  536. self.yaml_dict = tmp_copy
  537. return (True, self.yaml_dict)
  538. def create(self, path, value):
  539. ''' create a yaml file '''
  540. if not self.file_exists():
  541. # deepcopy didn't work
  542. # Try to use ruamel.yaml and fallback to pyyaml
  543. try:
  544. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  545. default_flow_style=False),
  546. yaml.RoundTripLoader)
  547. except AttributeError:
  548. tmp_copy = copy.deepcopy(self.yaml_dict)
  549. # set the format attributes if available
  550. try:
  551. tmp_copy.fa.set_block_style()
  552. except AttributeError:
  553. pass
  554. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  555. if result is not None:
  556. self.yaml_dict = tmp_copy
  557. return (True, self.yaml_dict)
  558. return (False, self.yaml_dict)
  559. @staticmethod
  560. def get_curr_value(invalue, val_type):
  561. '''return the current value'''
  562. if invalue is None:
  563. return None
  564. curr_value = invalue
  565. if val_type == 'yaml':
  566. try:
  567. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  568. # pylint: disable=maybe-no-member
  569. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  570. except AttributeError:
  571. curr_value = yaml.safe_load(invalue)
  572. elif val_type == 'json':
  573. curr_value = json.loads(invalue)
  574. return curr_value
  575. @staticmethod
  576. def parse_value(inc_value, vtype=''):
  577. '''determine value type passed'''
  578. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  579. 'on', 'On', 'ON', ]
  580. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  581. 'off', 'Off', 'OFF']
  582. # It came in as a string but you didn't specify value_type as string
  583. # we will convert to bool if it matches any of the above cases
  584. if isinstance(inc_value, str) and 'bool' in vtype:
  585. if inc_value not in true_bools and inc_value not in false_bools:
  586. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  587. elif isinstance(inc_value, bool) and 'str' in vtype:
  588. inc_value = str(inc_value)
  589. # There is a special case where '' will turn into None after yaml loading it so skip
  590. if isinstance(inc_value, str) and inc_value == '':
  591. pass
  592. # If vtype is not str then go ahead and attempt to yaml load it.
  593. elif isinstance(inc_value, str) and 'str' not in vtype:
  594. try:
  595. inc_value = yaml.safe_load(inc_value)
  596. except Exception:
  597. raise YeditException('Could not determine type of incoming value. ' +
  598. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  599. return inc_value
  600. @staticmethod
  601. def process_edits(edits, yamlfile):
  602. '''run through a list of edits and process them one-by-one'''
  603. results = []
  604. for edit in edits:
  605. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  606. if edit.get('action') == 'update':
  607. # pylint: disable=line-too-long
  608. curr_value = Yedit.get_curr_value(
  609. Yedit.parse_value(edit.get('curr_value')),
  610. edit.get('curr_value_format'))
  611. rval = yamlfile.update(edit['key'],
  612. value,
  613. edit.get('index'),
  614. curr_value)
  615. elif edit.get('action') == 'append':
  616. rval = yamlfile.append(edit['key'], value)
  617. else:
  618. rval = yamlfile.put(edit['key'], value)
  619. if rval[0]:
  620. results.append({'key': edit['key'], 'edit': rval[1]})
  621. return {'changed': len(results) > 0, 'results': results}
  622. # pylint: disable=too-many-return-statements,too-many-branches
  623. @staticmethod
  624. def run_ansible(params):
  625. '''perform the idempotent crud operations'''
  626. yamlfile = Yedit(filename=params['src'],
  627. backup=params['backup'],
  628. content_type=params['content_type'],
  629. separator=params['separator'])
  630. state = params['state']
  631. if params['src']:
  632. rval = yamlfile.load()
  633. if yamlfile.yaml_dict is None and state != 'present':
  634. return {'failed': True,
  635. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  636. 'file exists, that it is has correct permissions, and is valid yaml.'}
  637. if state == 'list':
  638. if params['content']:
  639. content = Yedit.parse_value(params['content'], params['content_type'])
  640. yamlfile.yaml_dict = content
  641. if params['key']:
  642. rval = yamlfile.get(params['key'])
  643. return {'changed': False, 'result': rval, 'state': state}
  644. elif state == 'absent':
  645. if params['content']:
  646. content = Yedit.parse_value(params['content'], params['content_type'])
  647. yamlfile.yaml_dict = content
  648. if params['update']:
  649. rval = yamlfile.pop(params['key'], params['value'])
  650. else:
  651. rval = yamlfile.delete(params['key'])
  652. if rval[0] and params['src']:
  653. yamlfile.write()
  654. return {'changed': rval[0], 'result': rval[1], 'state': state}
  655. elif state == 'present':
  656. # check if content is different than what is in the file
  657. if params['content']:
  658. content = Yedit.parse_value(params['content'], params['content_type'])
  659. # We had no edits to make and the contents are the same
  660. if yamlfile.yaml_dict == content and \
  661. params['value'] is None:
  662. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  663. yamlfile.yaml_dict = content
  664. # If we were passed a key, value then
  665. # we enapsulate it in a list and process it
  666. # Key, Value passed to the module : Converted to Edits list #
  667. edits = []
  668. _edit = {}
  669. if params['value'] is not None:
  670. _edit['value'] = params['value']
  671. _edit['value_type'] = params['value_type']
  672. _edit['key'] = params['key']
  673. if params['update']:
  674. _edit['action'] = 'update'
  675. _edit['curr_value'] = params['curr_value']
  676. _edit['curr_value_format'] = params['curr_value_format']
  677. _edit['index'] = params['index']
  678. elif params['append']:
  679. _edit['action'] = 'append'
  680. edits.append(_edit)
  681. elif params['edits'] is not None:
  682. edits = params['edits']
  683. if edits:
  684. results = Yedit.process_edits(edits, yamlfile)
  685. # if there were changes and a src provided to us we need to write
  686. if results['changed'] and params['src']:
  687. yamlfile.write()
  688. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  689. # no edits to make
  690. if params['src']:
  691. # pylint: disable=redefined-variable-type
  692. rval = yamlfile.write()
  693. return {'changed': rval[0],
  694. 'result': rval[1],
  695. 'state': state}
  696. # We were passed content but no src, key or value, or edits. Return contents in memory
  697. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  698. return {'failed': True, 'msg': 'Unkown state passed'}
  699. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  700. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  701. # pylint: disable=too-many-lines
  702. # noqa: E301,E302,E303,T001
  703. class OpenShiftCLIError(Exception):
  704. '''Exception class for openshiftcli'''
  705. pass
  706. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  707. def locate_oc_binary():
  708. ''' Find and return oc binary file '''
  709. # https://github.com/openshift/openshift-ansible/issues/3410
  710. # oc can be in /usr/local/bin in some cases, but that may not
  711. # be in $PATH due to ansible/sudo
  712. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  713. oc_binary = 'oc'
  714. # Use shutil.which if it is available, otherwise fallback to a naive path search
  715. try:
  716. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  717. if which_result is not None:
  718. oc_binary = which_result
  719. except AttributeError:
  720. for path in paths:
  721. if os.path.exists(os.path.join(path, oc_binary)):
  722. oc_binary = os.path.join(path, oc_binary)
  723. break
  724. return oc_binary
  725. # pylint: disable=too-few-public-methods
  726. class OpenShiftCLI(object):
  727. ''' Class to wrap the command line tools '''
  728. def __init__(self,
  729. namespace,
  730. kubeconfig='/etc/origin/master/admin.kubeconfig',
  731. verbose=False,
  732. all_namespaces=False):
  733. ''' Constructor for OpenshiftCLI '''
  734. self.namespace = namespace
  735. self.verbose = verbose
  736. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  737. self.all_namespaces = all_namespaces
  738. self.oc_binary = locate_oc_binary()
  739. # Pylint allows only 5 arguments to be passed.
  740. # pylint: disable=too-many-arguments
  741. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  742. ''' replace the current object with the content '''
  743. res = self._get(resource, rname)
  744. if not res['results']:
  745. return res
  746. fname = Utils.create_tmpfile(rname + '-')
  747. yed = Yedit(fname, res['results'][0], separator=sep)
  748. changes = []
  749. for key, value in content.items():
  750. changes.append(yed.put(key, value))
  751. if any([change[0] for change in changes]):
  752. yed.write()
  753. atexit.register(Utils.cleanup, [fname])
  754. return self._replace(fname, force)
  755. return {'returncode': 0, 'updated': False}
  756. def _replace(self, fname, force=False):
  757. '''replace the current object with oc replace'''
  758. # We are removing the 'resourceVersion' to handle
  759. # a race condition when modifying oc objects
  760. yed = Yedit(fname)
  761. results = yed.delete('metadata.resourceVersion')
  762. if results[0]:
  763. yed.write()
  764. cmd = ['replace', '-f', fname]
  765. if force:
  766. cmd.append('--force')
  767. return self.openshift_cmd(cmd)
  768. def _create_from_content(self, rname, content):
  769. '''create a temporary file and then call oc create on it'''
  770. fname = Utils.create_tmpfile(rname + '-')
  771. yed = Yedit(fname, content=content)
  772. yed.write()
  773. atexit.register(Utils.cleanup, [fname])
  774. return self._create(fname)
  775. def _create(self, fname):
  776. '''call oc create on a filename'''
  777. return self.openshift_cmd(['create', '-f', fname])
  778. def _delete(self, resource, name=None, selector=None):
  779. '''call oc delete on a resource'''
  780. cmd = ['delete', resource]
  781. if selector is not None:
  782. cmd.append('--selector={}'.format(selector))
  783. elif name is not None:
  784. cmd.append(name)
  785. else:
  786. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  787. return self.openshift_cmd(cmd)
  788. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  789. '''process a template
  790. template_name: the name of the template to process
  791. create: whether to send to oc create after processing
  792. params: the parameters for the template
  793. template_data: the incoming template's data; instead of a file
  794. '''
  795. cmd = ['process']
  796. if template_data:
  797. cmd.extend(['-f', '-'])
  798. else:
  799. cmd.append(template_name)
  800. if params:
  801. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  802. cmd.append('-v')
  803. cmd.extend(param_str)
  804. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  805. if results['returncode'] != 0 or not create:
  806. return results
  807. fname = Utils.create_tmpfile(template_name + '-')
  808. yed = Yedit(fname, results['results'])
  809. yed.write()
  810. atexit.register(Utils.cleanup, [fname])
  811. return self.openshift_cmd(['create', '-f', fname])
  812. def _get(self, resource, name=None, selector=None, field_selector=None):
  813. '''return a resource by name '''
  814. cmd = ['get', resource]
  815. if selector is not None:
  816. cmd.append('--selector={}'.format(selector))
  817. if field_selector is not None:
  818. cmd.append('--field-selector={}'.format(field_selector))
  819. # Name cannot be used with selector or field_selector.
  820. if selector is None and field_selector is None and name is not None:
  821. cmd.append(name)
  822. cmd.extend(['-o', 'json'])
  823. rval = self.openshift_cmd(cmd, output=True)
  824. # Ensure results are retuned in an array
  825. if 'items' in rval:
  826. rval['results'] = rval['items']
  827. elif not isinstance(rval['results'], list):
  828. rval['results'] = [rval['results']]
  829. return rval
  830. def _schedulable(self, node=None, selector=None, schedulable=True):
  831. ''' perform oadm manage-node scheduable '''
  832. cmd = ['manage-node']
  833. if node:
  834. cmd.extend(node)
  835. else:
  836. cmd.append('--selector={}'.format(selector))
  837. cmd.append('--schedulable={}'.format(schedulable))
  838. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  839. def _list_pods(self, node=None, selector=None, pod_selector=None):
  840. ''' perform oadm list pods
  841. node: the node in which to list pods
  842. selector: the label selector filter if provided
  843. pod_selector: the pod selector filter if provided
  844. '''
  845. cmd = ['manage-node']
  846. if node:
  847. cmd.extend(node)
  848. else:
  849. cmd.append('--selector={}'.format(selector))
  850. if pod_selector:
  851. cmd.append('--pod-selector={}'.format(pod_selector))
  852. cmd.extend(['--list-pods', '-o', 'json'])
  853. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  854. # pylint: disable=too-many-arguments
  855. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  856. ''' perform oadm manage-node evacuate '''
  857. cmd = ['manage-node']
  858. if node:
  859. cmd.extend(node)
  860. else:
  861. cmd.append('--selector={}'.format(selector))
  862. if dry_run:
  863. cmd.append('--dry-run')
  864. if pod_selector:
  865. cmd.append('--pod-selector={}'.format(pod_selector))
  866. if grace_period:
  867. cmd.append('--grace-period={}'.format(int(grace_period)))
  868. if force:
  869. cmd.append('--force')
  870. cmd.append('--evacuate')
  871. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  872. def _version(self):
  873. ''' return the openshift version'''
  874. return self.openshift_cmd(['version'], output=True, output_type='raw')
  875. def _import_image(self, url=None, name=None, tag=None):
  876. ''' perform image import '''
  877. cmd = ['import-image']
  878. image = '{0}'.format(name)
  879. if tag:
  880. image += ':{0}'.format(tag)
  881. cmd.append(image)
  882. if url:
  883. cmd.append('--from={0}/{1}'.format(url, image))
  884. cmd.append('-n{0}'.format(self.namespace))
  885. cmd.append('--confirm')
  886. return self.openshift_cmd(cmd)
  887. def _run(self, cmds, input_data):
  888. ''' Actually executes the command. This makes mocking easier. '''
  889. curr_env = os.environ.copy()
  890. curr_env.update({'KUBECONFIG': self.kubeconfig})
  891. proc = subprocess.Popen(cmds,
  892. stdin=subprocess.PIPE,
  893. stdout=subprocess.PIPE,
  894. stderr=subprocess.PIPE,
  895. env=curr_env)
  896. stdout, stderr = proc.communicate(input_data)
  897. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  898. # pylint: disable=too-many-arguments,too-many-branches
  899. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  900. '''Base command for oc '''
  901. cmds = [self.oc_binary]
  902. if oadm:
  903. cmds.append('adm')
  904. cmds.extend(cmd)
  905. if self.all_namespaces:
  906. cmds.extend(['--all-namespaces'])
  907. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  908. cmds.extend(['-n', self.namespace])
  909. if self.verbose:
  910. print(' '.join(cmds))
  911. try:
  912. returncode, stdout, stderr = self._run(cmds, input_data)
  913. except OSError as ex:
  914. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  915. rval = {"returncode": returncode,
  916. "cmd": ' '.join(cmds)}
  917. if output_type == 'json':
  918. rval['results'] = {}
  919. if output and stdout:
  920. try:
  921. rval['results'] = json.loads(stdout)
  922. except ValueError as verr:
  923. if "No JSON object could be decoded" in verr.args:
  924. rval['err'] = verr.args
  925. elif output_type == 'raw':
  926. rval['results'] = stdout if output else ''
  927. if self.verbose:
  928. print("STDOUT: {0}".format(stdout))
  929. print("STDERR: {0}".format(stderr))
  930. if 'err' in rval or returncode != 0:
  931. rval.update({"stderr": stderr,
  932. "stdout": stdout})
  933. return rval
  934. class Utils(object): # pragma: no cover
  935. ''' utilities for openshiftcli modules '''
  936. @staticmethod
  937. def _write(filename, contents):
  938. ''' Actually write the file contents to disk. This helps with mocking. '''
  939. with open(filename, 'w') as sfd:
  940. sfd.write(str(contents))
  941. @staticmethod
  942. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  943. ''' create a file in tmp with name and contents'''
  944. tmp = Utils.create_tmpfile(prefix=rname)
  945. if ftype == 'yaml':
  946. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  947. # pylint: disable=no-member
  948. if hasattr(yaml, 'RoundTripDumper'):
  949. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  950. else:
  951. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  952. elif ftype == 'json':
  953. Utils._write(tmp, json.dumps(data))
  954. else:
  955. Utils._write(tmp, data)
  956. # Register cleanup when module is done
  957. atexit.register(Utils.cleanup, [tmp])
  958. return tmp
  959. @staticmethod
  960. def create_tmpfile_copy(inc_file):
  961. '''create a temporary copy of a file'''
  962. tmpfile = Utils.create_tmpfile('lib_openshift-')
  963. Utils._write(tmpfile, open(inc_file).read())
  964. # Cleanup the tmpfile
  965. atexit.register(Utils.cleanup, [tmpfile])
  966. return tmpfile
  967. @staticmethod
  968. def create_tmpfile(prefix='tmp'):
  969. ''' Generates and returns a temporary file name '''
  970. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  971. return tmp.name
  972. @staticmethod
  973. def create_tmp_files_from_contents(content, content_type=None):
  974. '''Turn an array of dict: filename, content into a files array'''
  975. if not isinstance(content, list):
  976. content = [content]
  977. files = []
  978. for item in content:
  979. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  980. item['data'],
  981. ftype=content_type)
  982. files.append({'name': os.path.basename(item['path']),
  983. 'path': path})
  984. return files
  985. @staticmethod
  986. def cleanup(files):
  987. '''Clean up on exit '''
  988. for sfile in files:
  989. if os.path.exists(sfile):
  990. if os.path.isdir(sfile):
  991. shutil.rmtree(sfile)
  992. elif os.path.isfile(sfile):
  993. os.remove(sfile)
  994. @staticmethod
  995. def exists(results, _name):
  996. ''' Check to see if the results include the name '''
  997. if not results:
  998. return False
  999. if Utils.find_result(results, _name):
  1000. return True
  1001. return False
  1002. @staticmethod
  1003. def find_result(results, _name):
  1004. ''' Find the specified result by name'''
  1005. rval = None
  1006. for result in results:
  1007. if 'metadata' in result and result['metadata']['name'] == _name:
  1008. rval = result
  1009. break
  1010. return rval
  1011. @staticmethod
  1012. def get_resource_file(sfile, sfile_type='yaml'):
  1013. ''' return the service file '''
  1014. contents = None
  1015. with open(sfile) as sfd:
  1016. contents = sfd.read()
  1017. if sfile_type == 'yaml':
  1018. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  1019. # pylint: disable=no-member
  1020. if hasattr(yaml, 'RoundTripLoader'):
  1021. contents = yaml.load(contents, yaml.RoundTripLoader)
  1022. else:
  1023. contents = yaml.safe_load(contents)
  1024. elif sfile_type == 'json':
  1025. contents = json.loads(contents)
  1026. return contents
  1027. @staticmethod
  1028. def filter_versions(stdout):
  1029. ''' filter the oc version output '''
  1030. version_dict = {}
  1031. version_search = ['oc', 'openshift', 'kubernetes']
  1032. for line in stdout.strip().split('\n'):
  1033. for term in version_search:
  1034. if not line:
  1035. continue
  1036. if line.startswith(term):
  1037. version_dict[term] = line.split()[-1]
  1038. # horrible hack to get openshift version in Openshift 3.2
  1039. # By default "oc version in 3.2 does not return an "openshift" version
  1040. if "openshift" not in version_dict:
  1041. version_dict["openshift"] = version_dict["oc"]
  1042. return version_dict
  1043. @staticmethod
  1044. def add_custom_versions(versions):
  1045. ''' create custom versions strings '''
  1046. versions_dict = {}
  1047. for tech, version in versions.items():
  1048. # clean up "-" from version
  1049. if "-" in version:
  1050. version = version.split("-")[0]
  1051. if version.startswith('v'):
  1052. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1053. # "v3.3.0.33" is what we have, we want "3.3"
  1054. versions_dict[tech + '_short'] = version[1:4]
  1055. return versions_dict
  1056. @staticmethod
  1057. def openshift_installed():
  1058. ''' check if openshift is installed '''
  1059. import rpm
  1060. transaction_set = rpm.TransactionSet()
  1061. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1062. return rpmquery.count() > 0
  1063. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1064. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1065. @staticmethod
  1066. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1067. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1068. # Currently these values are autogenerated and we do not need to check them
  1069. skip = ['metadata', 'status']
  1070. if skip_keys:
  1071. skip.extend(skip_keys)
  1072. for key, value in result_def.items():
  1073. if key in skip:
  1074. continue
  1075. # Both are lists
  1076. if isinstance(value, list):
  1077. if key not in user_def:
  1078. if debug:
  1079. print('User data does not have key [%s]' % key)
  1080. print('User data: %s' % user_def)
  1081. return False
  1082. if not isinstance(user_def[key], list):
  1083. if debug:
  1084. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1085. return False
  1086. if len(user_def[key]) != len(value):
  1087. if debug:
  1088. print("List lengths are not equal.")
  1089. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1090. print("user_def: %s" % user_def[key])
  1091. print("value: %s" % value)
  1092. return False
  1093. for values in zip(user_def[key], value):
  1094. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1095. if debug:
  1096. print('sending list - list')
  1097. print(type(values[0]))
  1098. print(type(values[1]))
  1099. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1100. if not result:
  1101. print('list compare returned false')
  1102. return False
  1103. elif value != user_def[key]:
  1104. if debug:
  1105. print('value should be identical')
  1106. print(user_def[key])
  1107. print(value)
  1108. return False
  1109. # recurse on a dictionary
  1110. elif isinstance(value, dict):
  1111. if key not in user_def:
  1112. if debug:
  1113. print("user_def does not have key [%s]" % key)
  1114. return False
  1115. if not isinstance(user_def[key], dict):
  1116. if debug:
  1117. print("dict returned false: not instance of dict")
  1118. return False
  1119. # before passing ensure keys match
  1120. api_values = set(value.keys()) - set(skip)
  1121. user_values = set(user_def[key].keys()) - set(skip)
  1122. if api_values != user_values:
  1123. if debug:
  1124. print("keys are not equal in dict")
  1125. print(user_values)
  1126. print(api_values)
  1127. return False
  1128. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1129. if not result:
  1130. if debug:
  1131. print("dict returned false")
  1132. print(result)
  1133. return False
  1134. # Verify each key, value pair is the same
  1135. else:
  1136. if key not in user_def or value != user_def[key]:
  1137. if debug:
  1138. print("value not equal; user_def does not have key")
  1139. print(key)
  1140. print(value)
  1141. if key in user_def:
  1142. print(user_def[key])
  1143. return False
  1144. if debug:
  1145. print('returning true')
  1146. return True
  1147. class OpenShiftCLIConfig(object):
  1148. '''Generic Config'''
  1149. def __init__(self, rname, namespace, kubeconfig, options):
  1150. self.kubeconfig = kubeconfig
  1151. self.name = rname
  1152. self.namespace = namespace
  1153. self._options = options
  1154. @property
  1155. def config_options(self):
  1156. ''' return config options '''
  1157. return self._options
  1158. def to_option_list(self, ascommalist=''):
  1159. '''return all options as a string
  1160. if ascommalist is set to the name of a key, and
  1161. the value of that key is a dict, format the dict
  1162. as a list of comma delimited key=value pairs'''
  1163. return self.stringify(ascommalist)
  1164. def stringify(self, ascommalist=''):
  1165. ''' return the options hash as cli params in a string
  1166. if ascommalist is set to the name of a key, and
  1167. the value of that key is a dict, format the dict
  1168. as a list of comma delimited key=value pairs '''
  1169. rval = []
  1170. for key in sorted(self.config_options.keys()):
  1171. data = self.config_options[key]
  1172. if data['include'] \
  1173. and (data['value'] is not None or isinstance(data['value'], int)):
  1174. if key == ascommalist:
  1175. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1176. else:
  1177. val = data['value']
  1178. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1179. return rval
  1180. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1181. # -*- -*- -*- Begin included fragment: class/oc_adm_ca_server_cert.py -*- -*- -*-
  1182. class CAServerCertConfig(OpenShiftCLIConfig):
  1183. ''' CAServerCertConfig is a DTO for the oc adm ca command '''
  1184. def __init__(self, kubeconfig, verbose, ca_options):
  1185. super(CAServerCertConfig, self).__init__('ca', None, kubeconfig, ca_options)
  1186. self.kubeconfig = kubeconfig
  1187. self.verbose = verbose
  1188. self._ca = ca_options
  1189. class CAServerCert(OpenShiftCLI):
  1190. ''' Class to wrap the oc adm ca create-server-cert command line'''
  1191. def __init__(self,
  1192. config,
  1193. verbose=False):
  1194. ''' Constructor for oadm ca '''
  1195. super(CAServerCert, self).__init__(None, config.kubeconfig, verbose)
  1196. self.config = config
  1197. self.verbose = verbose
  1198. def get(self):
  1199. '''get the current cert file
  1200. If a file exists by the same name in the specified location then the cert exists
  1201. '''
  1202. cert = self.config.config_options['cert']['value']
  1203. if cert and os.path.exists(cert):
  1204. return open(cert).read()
  1205. return None
  1206. def create(self):
  1207. '''run openshift oc adm ca create-server-cert cmd'''
  1208. # Added this here as a safegaurd for stomping on the
  1209. # cert and key files if they exist
  1210. if self.config.config_options['backup']['value']:
  1211. import time
  1212. ext = time.strftime("%Y-%m-%d@%H:%M:%S", time.localtime(time.time()))
  1213. date_str = "%s_" + "%s" % ext
  1214. if os.path.exists(self.config.config_options['key']['value']):
  1215. shutil.copy(self.config.config_options['key']['value'],
  1216. date_str % self.config.config_options['key']['value'])
  1217. if os.path.exists(self.config.config_options['cert']['value']):
  1218. shutil.copy(self.config.config_options['cert']['value'],
  1219. date_str % self.config.config_options['cert']['value'])
  1220. options = self.config.to_option_list()
  1221. cmd = ['ca', 'create-server-cert']
  1222. cmd.extend(options)
  1223. return self.openshift_cmd(cmd, oadm=True)
  1224. def exists(self):
  1225. ''' check whether the certificate exists and has the clusterIP '''
  1226. cert_path = self.config.config_options['cert']['value']
  1227. if not os.path.exists(cert_path):
  1228. return False
  1229. # Would prefer pyopenssl but is not installed.
  1230. # When we verify it is, switch this code
  1231. # Here is the code to get the subject and the SAN
  1232. # openssl x509 -text -noout -certopt \
  1233. # no_header,no_version,no_serial,no_signame,no_validity,no_issuer,no_pubkey,no_sigdump,no_aux \
  1234. # -in /etc/origin/master/registry.crt
  1235. # Instead of this solution we will use a regex.
  1236. cert_names = []
  1237. hostnames = self.config.config_options['hostnames']['value'].split(',')
  1238. proc = subprocess.Popen(['openssl', 'x509', '-noout', '-text', '-in', cert_path],
  1239. stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  1240. x509output, _ = proc.communicate()
  1241. if proc.returncode == 0:
  1242. regex = re.compile(r"^\s*X509v3 Subject Alternative Name:\s*?\n\s*(.*)\s*\n", re.MULTILINE)
  1243. match = regex.search(x509output.decode()) # E501
  1244. if not match:
  1245. return False
  1246. for entry in re.split(r", *", match.group(1)):
  1247. if entry.startswith('DNS') or entry.startswith('IP Address'):
  1248. cert_names.append(entry.split(':')[1])
  1249. # now that we have cert names let's compare
  1250. cert_set = set(cert_names)
  1251. hname_set = set(hostnames)
  1252. if cert_set.issubset(hname_set) and hname_set.issubset(cert_set):
  1253. return True
  1254. return False
  1255. @staticmethod
  1256. def run_ansible(params, check_mode):
  1257. '''run the idempotent ansible code'''
  1258. # Filter non-strings from hostnames list s.t. the omit filter
  1259. # may be used to conditionally add a hostname.
  1260. params['hostnames'] = [host for host in params['hostnames'] if isinstance(host, string_types)]
  1261. config = CAServerCertConfig(params['kubeconfig'],
  1262. params['debug'],
  1263. {'cert': {'value': params['cert'], 'include': True},
  1264. 'hostnames': {'value': ','.join(params['hostnames']), 'include': True},
  1265. 'overwrite': {'value': True, 'include': True},
  1266. 'key': {'value': params['key'], 'include': True},
  1267. 'signer_cert': {'value': params['signer_cert'], 'include': True},
  1268. 'signer_key': {'value': params['signer_key'], 'include': True},
  1269. 'signer_serial': {'value': params['signer_serial'], 'include': True},
  1270. 'expire_days': {'value': params['expire_days'], 'include': True},
  1271. 'backup': {'value': params['backup'], 'include': False},
  1272. })
  1273. server_cert = CAServerCert(config)
  1274. state = params['state']
  1275. if state == 'present':
  1276. ########
  1277. # Create
  1278. ########
  1279. if not server_cert.exists() or params['force']:
  1280. if check_mode:
  1281. return {'changed': True,
  1282. 'msg': "CHECK_MODE: Would have created the certificate.",
  1283. 'state': state}
  1284. api_rval = server_cert.create()
  1285. if api_rval['returncode'] != 0:
  1286. return {'failed': True, 'msg': api_rval}
  1287. return {'changed': True, 'results': api_rval, 'state': state}
  1288. ########
  1289. # Exists
  1290. ########
  1291. api_rval = server_cert.get()
  1292. return {'changed': False, 'results': api_rval, 'state': state}
  1293. return {'failed': True,
  1294. 'msg': 'Unknown state passed. %s' % state}
  1295. # -*- -*- -*- End included fragment: class/oc_adm_ca_server_cert.py -*- -*- -*-
  1296. # -*- -*- -*- Begin included fragment: ansible/oc_adm_ca_server_cert.py -*- -*- -*-
  1297. # pylint: disable=wrong-import-position
  1298. from ansible.module_utils.six import string_types
  1299. def main():
  1300. '''
  1301. ansible oc adm module for ca create-server-cert
  1302. '''
  1303. module = AnsibleModule(
  1304. argument_spec=dict(
  1305. state=dict(default='present', type='str', choices=['present']),
  1306. debug=dict(default=False, type='bool'),
  1307. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1308. backup=dict(default=True, type='bool'),
  1309. force=dict(default=False, type='bool'),
  1310. # oc adm ca create-server-cert [options]
  1311. cert=dict(default=None, type='str'),
  1312. key=dict(default=None, type='str'),
  1313. signer_cert=dict(default='/etc/origin/master/ca.crt', type='str'),
  1314. signer_key=dict(default='/etc/origin/master/ca.key', type='str'),
  1315. signer_serial=dict(default='/etc/origin/master/ca.serial.txt', type='str'),
  1316. hostnames=dict(default=[], type='list'),
  1317. expire_days=dict(default=None, type='int'),
  1318. ),
  1319. supports_check_mode=True,
  1320. )
  1321. results = CAServerCert.run_ansible(module.params, module.check_mode)
  1322. if 'failed' in results:
  1323. return module.fail_json(**results)
  1324. return module.exit_json(**results)
  1325. if __name__ == '__main__':
  1326. main()
  1327. # -*- -*- -*- End included fragment: ansible/oc_adm_ca_server_cert.py -*- -*- -*-