oc_adm_csr.py 58 KB

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