oc_adm_ca_server_cert.py 55 KB

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